Skip to content

Commit f91cf96

Browse files
committed
Added parameter to disable user generation
1 parent 14454db commit f91cf96

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
DEFAULT_HADOOP_HOME=/home/user/hadoop-1.2.1 #change to your hadoop folder
33
DEFAULT_LDBC_SNB_DATAGEN_HOME=/home/user/ldbc_snb_datagen #change to your ldbc_socialnet_dbgen folder
4-
PARAM_GENERATION=0 #param generation
4+
PARAM_GENERATION=1 #param generation
55

66
# allow overriding configuration from outside via environment variables
77
# i.e. you can do

run_local.sh

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)