Skip to content

Commit 79d3165

Browse files
committed
Fix quick start script in README
1 parent a17456f commit 79d3165

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
![LDBC_LOGO](https://raw.githubusercontent.com/wiki/ldbc/ldbc_snb_datagen/images/ldbc-logo.png)
2+
23
LDBC-SNB Data Generator
34
----------------------
45

@@ -22,7 +23,7 @@ ldbc_snb_datagen is GPLv3 licensed, to see detailed information about this licen
2223

2324
```bash
2425
wget http://archive.apache.org/dist/hadoop/core/hadoop-2.6.0/hadoop-2.6.0.tar.gz
25-
wget hadoop-2.6.0.tar.gz
26+
tar xf hadoop-2.6.0.tar.gz
2627
export HADOOP_CLIENT_OPTS="-Xmx2G"
2728
# set this to the Hadoop 2.6.0 directory
2829
export HADOOP_HOME=
@@ -39,4 +40,5 @@ cd $LDBC_SNB_DATAGEN_HOME
3940

4041
**Community provided tools**
4142

43+
4244
* **[Apache Flink Loader:](https://github.com/s1ck/ldbc-flink-import)** A loader of LDBC datasets for Apache Flink.

0 commit comments

Comments
 (0)