File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 8
8
# IntelliJ stuff
9
9
.idea
10
10
ldbc_socialnet_dbgen.iml
11
+
12
+ # other stuff
13
+ target /
14
+ .m0factors.txt.crc
15
+ .m0friendList0.csv.crc
16
+ paramgenerator /.pyc
17
+ substitution_parameters /
18
+ target /
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
DEFAULT_HADOOP_HOME=/home/user/hadoop-1.2.1 # change to your hadoop folder
3
3
DEFAULT_LDBC_SNB_DATAGEN_HOME=/home/user/ldbc_snb_datagen # change to your ldbc_socialnet_dbgen folder
4
+ PARAM_GENERATION=1 # param generation
4
5
5
6
# allow overriding configuration from outside via environment variables
6
7
# i.e. you can do
@@ -20,8 +21,6 @@ rm $LDBC_SNB_DATAGEN_HOME/target/ldbc_snb_datagen.jar
20
21
21
22
$HADOOP_HOME /bin/hadoop jar $LDBC_SNB_DATAGEN_HOME /ldbc_snb_datagen.jar $LDBC_SNB_DATAGEN_HOME /params.ini
22
23
23
- # parameter generation
24
- PARAM_GENERATION=1
25
24
26
25
if [ $PARAM_GENERATION -eq 1 ]
27
26
then
You can’t perform that action at this time.
0 commit comments