Skip to content

Commit a16c003

Browse files
committed
use user defined output dir
1 parent 267c758 commit a16c003

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)