File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- numtotalUser:10000
1
+ numtotalUser:1000
2
2
startYear:2010
3
3
numYears:1
4
4
serializerType:csv
Original file line number Diff line number Diff line change 8
8
<groupId >ldbc.socialnet.dbgen</groupId >
9
9
<artifactId >ldbc_socialnet_dbgen</artifactId >
10
10
<version >0.1</version >
11
+
12
+ <properties >
13
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
+ <maven .compiler.source>1.8</maven .compiler.source>
15
+ <maven .compiler.target>1.8</maven .compiler.target>
16
+ </properties >
17
+
11
18
<build >
12
19
<plugins >
13
20
<plugin >
Original file line number Diff line number Diff line change 1
- export HADOOP_HOME=/home/user/hadoop-1.0.3 # change to your hadoop folder
2
- export LDBC_SOCIALNET_DBGEN_HOME=/home/user/ldbc_socialnet_bm/ldbc_socialnet_dbgen # change to your ldbc_socialnet_dbgen folder
1
+ export LDBC_SOCIALNET_DBGEN_HOME=` pwd` # change to your ldbc_socialnet_dbgen folder
3
2
export NUM_MACHINES=1
4
3
5
4
mkdir $LDBC_SOCIALNET_DBGEN_HOME /outputDir
You can’t perform that action at this time.
0 commit comments