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
22startYear:2010
33numYears:1
44serializerType:csv
Original file line number Diff line number Diff line change 88 <groupId >ldbc.socialnet.dbgen</groupId >
99 <artifactId >ldbc_socialnet_dbgen</artifactId >
1010 <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+
1118 <build >
1219 <plugins >
1320 <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
32export NUM_MACHINES=1
43
54mkdir $LDBC_SOCIALNET_DBGEN_HOME /outputDir
You can’t perform that action at this time.
0 commit comments