File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- DEFAULT_HADOOP_HOME=/home/user /hadoop-1.2.1 # change to your hadoop folder
3
- DEFAULT_LDBC_SNB_DATAGEN_HOME=/home/user /ldbc_snb_datagen # change to your ldbc_socialnet_dbgen folder
2
+ DEFAULT_HADOOP_HOME=/home/aprat/programs /hadoop-1.2.1 # change to your hadoop folder
3
+ DEFAULT_LDBC_SNB_DATAGEN_HOME=/home/aprat/projects/LDBC /ldbc_snb_datagen # change to your ldbc_socialnet_dbgen folder
4
4
PARAM_GENERATION=1 # param generation
5
+ export JAVA_HOME=/usr/lib/jvm/default
5
6
6
7
# allow overriding configuration from outside via environment variables
7
8
# i.e. you can do
@@ -26,6 +27,6 @@ if [ $PARAM_GENERATION -eq 1 ]
26
27
then
27
28
mkdir -p substitution_parameters
28
29
python paramgenerator/generateparams.py $LDBC_SNB_DATAGEN_HOME substitution_parameters/
29
- rm -f m* factors*
30
- rm -f m0friendList*
30
+ # rm -f m*factors*
31
+ # rm -f m0friendList*
31
32
fi
You can’t perform that action at this time.
0 commit comments