Skip to content

Commit 29cbf21

Browse files
authored
Merge pull request #60 from ldbc/run_script
Use pwd for default SNB DATAGEN home
2 parents ca2ba63 + 9a130e4 commit 29cbf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
DEFAULT_HADOOP_HOME=/home/user/hadoop-2.6.0 #change to your hadoop folder
3-
DEFAULT_LDBC_SNB_DATAGEN_HOME=/home/user/ldbc_snb_datagen #change to your ldbc_socialnet_dbgen folder
3+
DEFAULT_LDBC_SNB_DATAGEN_HOME=`pwd` #change to your ldbc_snb_datagen folder
44

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

0 commit comments

Comments
 (0)