Skip to content

Commit 10e4e0e

Browse files
authored
Merge pull request #71 from ldbc/quick-start
Add quick start guide
2 parents b581cfb + dafaad2 commit 10e4e0e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ ldbc_snb_datagen is GPLv3 licensed, to see detailed information about this licen
1818
* **[Output](https://github.com/ldbc/ldbc_snb_datagen/wiki/Data-Output)**
1919
* **[Troubleshooting](https://github.com/ldbc/ldbc_snb_datagen/wiki/Troubleshooting)**
2020

21+
## Quick start
22+
23+
```bash
24+
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+
export HADOOP_CLIENT_OPTS="-Xmx2G"
27+
# set this to the Hadoop 2.6.0 directory
28+
export HADOOP_HOME=
29+
# set this to the repository's directory
30+
export LDBC_SNB_DATAGEN_HOME=
31+
cd $LDBC_SNB_DATAGEN_HOME
32+
./run.sh
33+
```
34+
2135
<!-- **Datasets** -->
2236

2337
<!-- Publicly available datasets can be found at the LDBC-SNB Amazon Bucket. These datasets are the official SNB datasets and were generated using version 0.2.6. They are available in the three official supported serializers: CSV, CSVMergeForeign and TTL. The bucket is configured in "Requester Pays" mode, thus in order to access them you need a properly set up AWS client.

0 commit comments

Comments
 (0)