Skip to content

Commit ff06ad4

Browse files
committed
use user defined output dir
1 parent f2bbaed commit ff06ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

141141
if (args.generateFactors) {
142-
val factorArgs = FactorGenerationStage.Args()
142+
val factorArgs = FactorGenerationStage.Args(outputDir = args.outputDir)
143143
FactorGenerationStage.run(factorArgs)
144144
}
145145

0 commit comments

Comments
 (0)