forked from D-Net/dnet-hadoop
updated log to add subentity
This commit is contained in:
parent
ed7e2ab6d1
commit
9963fd6d29
|
@ -117,7 +117,7 @@ public class SparkCreateSimRels extends AbstractSparkAction {
|
|||
saveParquet(simRels, outputPath, SaveMode.Overwrite);
|
||||
final long end = System.currentTimeMillis();
|
||||
if (StringUtils.isNotBlank(dfLogPath)) {
|
||||
final DedupLogModel model = new DedupLogModel(runTag, dedupConf.toString(), entity, start, end,
|
||||
final DedupLogModel model = new DedupLogModel(runTag, dedupConf.toString(), subEntity, start, end,
|
||||
end - start);
|
||||
new DedupLogWriter(dfLogPath).appendLog(model, spark);
|
||||
|
||||
|
|
Loading…
Reference in New Issue