This commit is contained in:
Claudio Atzori 2020-01-30 18:21:07 +01:00
parent 49ef2f4eb1
commit 7ba0f44d05
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ public class SparkXmlRecordBuilderJob {
} }
new GraphJoiner(spark, inputPath, outputPath) new GraphJoiner(spark, inputPath, outputPath)
.adjacencyLists() .adjacencyLists();
.asXML();
} }
} }