WIP
This commit is contained in:
parent
49ef2f4eb1
commit
7ba0f44d05
|
@ -34,8 +34,7 @@ public class SparkXmlRecordBuilderJob {
|
||||||
}
|
}
|
||||||
|
|
||||||
new GraphJoiner(spark, inputPath, outputPath)
|
new GraphJoiner(spark, inputPath, outputPath)
|
||||||
.adjacencyLists()
|
.adjacencyLists();
|
||||||
.asXML();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue