File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/ldbc/snb/datagen/generator Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -320,8 +320,8 @@ public int runGenerateJob(Configuration conf) throws Exception {
320
320
System .out .println ("Invariant schema serialization time: " +((endInvariantSerializing - startInvariantSerializing ) / 1000 ));
321
321
System .out .println ("Total Execution time: " +((end - start ) / 1000 ));
322
322
323
- System .out .println ("Running Parameter Generation" );
324
323
if (conf .getBoolean ("ldbc.snb.datagen.parametergenerator.parameters" ,false ) && conf .getBoolean ("ldbc.snb.datagen.generator.activity" ,false )) {
324
+ System .out .println ("Running Parameter Generation" );
325
325
ProcessBuilder pb = new ProcessBuilder ("mkdir" , "-p" ,conf .get ("ldbc.snb.datagen.serializer.outputDir" )+"/substitution_parameters" );
326
326
pb .directory (new File ("./" ));
327
327
Process p = pb .start ();
You can’t perform that action at this time.
0 commit comments