Skip to content

Commit 3a7ac9d

Browse files
committed
Fixed git ignore and run.sh
1 parent 53639fa commit 3a7ac9d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@
88
# IntelliJ stuff
99
.idea
1010
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/

run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +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=1 #param generation
45

56
# allow overriding configuration from outside via environment variables
67
# i.e. you can do
@@ -20,8 +21,6 @@ rm $LDBC_SNB_DATAGEN_HOME/target/ldbc_snb_datagen.jar
2021

2122
$HADOOP_HOME/bin/hadoop jar $LDBC_SNB_DATAGEN_HOME/ldbc_snb_datagen.jar $LDBC_SNB_DATAGEN_HOME/params.ini
2223

23-
#parameter generation
24-
PARAM_GENERATION=1
2524

2625
if [ $PARAM_GENERATION -eq 1 ]
2726
then

0 commit comments

Comments
 (0)