Skip to content

Commit eaeb043

Browse files
authored
Merge pull request #348 from ldbc/fix-outputdir
2 parents 90186f7 + a16c003 commit eaeb043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/ldbc/snb/datagen/spark/LdbcDatagen.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ object LdbcDatagen extends SparkApp {
140140
GenerationStage.run(generatorArgs, generatorConfig)
141141

142142
if (args.generateFactors) {
143-
val factorArgs = FactorGenerationStage.Args()
143+
val factorArgs = FactorGenerationStage.Args(outputDir = args.outputDir)
144144
FactorGenerationStage.run(factorArgs)
145145
}
146146

0 commit comments

Comments
 (0)