removed the removeOutputDir command from code. Reltions are written in Append. The erase of the output dir ment to remove all the relations computed in the prevoius steps

This commit is contained in:
Miriam Baglioni 2020-05-18 13:57:20 +02:00
parent 629af7cb79
commit b71fbb68b1
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class SparkResultToOrganizationFromIstRepoJob {
conf,
isSparkSessionManaged,
spark -> {
removeOutputDir(spark, outputPath);
// removeOutputDir(spark, outputPath);
if (saveGraph) {
execPropagation(
spark,