[stats wf] indicators across stats dbs & updates in the org ids #248
|
@ -117,7 +117,7 @@ public class SparkCreateSimRels extends AbstractSparkAction {
|
||||||
saveParquet(simRels, outputPath, SaveMode.Overwrite);
|
saveParquet(simRels, outputPath, SaveMode.Overwrite);
|
||||||
final long end = System.currentTimeMillis();
|
final long end = System.currentTimeMillis();
|
||||||
if (StringUtils.isNotBlank(dfLogPath)) {
|
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);
|
end - start);
|
||||||
new DedupLogWriter(dfLogPath).appendLog(model, spark);
|
new DedupLogWriter(dfLogPath).appendLog(model, spark);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue