forked from D-Net/dnet-hadoop
[Measures] fixed issue
This commit is contained in:
parent
5feae77937
commit
5295effc96
|
@ -87,7 +87,7 @@ public class SparkAtomicActionUsageJob implements Serializable {
|
|||
isSparkSessionManaged,
|
||||
spark -> {
|
||||
removeOutputDir(spark, outputPath);
|
||||
prepareResults(dbname, spark, outputPath);
|
||||
prepareResults(dbname, spark, workingPath);
|
||||
prepareActionSet(spark, workingPath, outputPath);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue