Skip to content

Commit

Permalink
Fix Java version, tidy script
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Apr 16, 2020
1 parent 35c60c8 commit 6edcb22
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ldbc_socialnet_dbgen/params.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numtotalUser:10000
numtotalUser:1000
startYear:2010
numYears:1
serializerType:csv
7 changes: 7 additions & 0 deletions ldbc_socialnet_dbgen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<groupId>ldbc.socialnet.dbgen</groupId>
<artifactId>ldbc_socialnet_dbgen</artifactId>
<version>0.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<build>
<plugins>
<plugin>
Expand Down
3 changes: 1 addition & 2 deletions ldbc_socialnet_dbgen/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export HADOOP_HOME=/home/user/hadoop-1.0.3 #change to your hadoop folder
export LDBC_SOCIALNET_DBGEN_HOME=/home/user/ldbc_socialnet_bm/ldbc_socialnet_dbgen #change to your ldbc_socialnet_dbgen folder
export LDBC_SOCIALNET_DBGEN_HOME=`pwd` #change to your ldbc_socialnet_dbgen folder
export NUM_MACHINES=1

mkdir $LDBC_SOCIALNET_DBGEN_HOME/outputDir
Expand Down

0 comments on commit 6edcb22

Please sign in to comment.