File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/java/ldbc/socialnet/dbgen/generator Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -620,11 +620,11 @@ public int runGenerateJob(Configuration conf) throws Exception {
620
620
621
621
if (conf .getBoolean ("updateStreams" ,false )) {
622
622
OutputStream output = fs .create (new Path (conf .get ("outputDir" ) + "/social_network/updateStream.properties" ));
623
- output .write (new String ("gctdeltaduration:" +conf .get ("deltaTime" )+"\n " ).getBytes ());
624
- output .write (new String ("min_write_event_start_time:" +min +"\n " ).getBytes ());
625
- output .write (new String ("max_write_event_start_time:" +max +"\n " ).getBytes ());
626
- output .write (new String ("update_interleave:" +(max -min )/numEvents +"\n " ).getBytes ());
627
- output .write (new String ("num_events:" +numEvents ).getBytes ());
623
+ output .write (new String ("ldbc.snb.interactive. gctdeltaduration:" +conf .get ("deltaTime" )+"\n " ).getBytes ());
624
+ output .write (new String ("ldbc.snb.interactive. min_write_event_start_time:" +min +"\n " ).getBytes ());
625
+ output .write (new String ("ldbc.snb.interactive. max_write_event_start_time:" +max +"\n " ).getBytes ());
626
+ output .write (new String ("ldbc.snb.interactive. update_interleave:" +(max -min )/numEvents +"\n " ).getBytes ());
627
+ output .write (new String ("ldbc.snb.interactive. num_events:" +numEvents ).getBytes ());
628
628
output .close ();
629
629
}
630
630
You can’t perform that action at this time.
0 commit comments