Skip to content

Commit 24747f8

Browse files
committed
Bump Hadoop version
1 parent f3de308 commit 24747f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ There are three main ways to run Datagen:
3131
To grab Hadoop, extract it, and set the environment values to sensible defaults, and generate the data as specified in the `params.ini` file, run the following script:
3232

3333
```bash
34-
wget http://archive.apache.org/dist/hadoop/core/hadoop-2.6.0/hadoop-2.6.0.tar.gz
35-
tar xf hadoop-2.6.0.tar.gz
34+
wget http://archive.apache.org/dist/hadoop/core/hadoop-2.9.2/hadoop-2.9.2.tar.gz
35+
tar xf hadoop-2.9.2.tar.gz
3636
export HADOOP_CLIENT_OPTS="-Xmx2G"
37-
# set this to the Hadoop 2.6.0 directory
38-
export HADOOP_HOME=`pwd`/hadoop-2.6.0
37+
# set this to the Hadoop 2.9.2 directory
38+
export HADOOP_HOME=`pwd`/hadoop-2.9.2
3939
# set this to the repository's directory
4040
export LDBC_SNB_DATAGEN_HOME=`pwd`
4141
./run.sh

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.apache.hadoop</groupId>
4242
<artifactId>hadoop-client</artifactId>
43-
<version>2.6.0</version>
43+
<version>2.9.2</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>ca.umontreal.iro</groupId>

0 commit comments

Comments
 (0)