Skip to content

Commit 48bbacd

Browse files
committed
Rename params-*.ini and check-*.sh files
1 parent c57ee0a commit 48bbacd

10 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ before_install:
1313
- docker build . --tag ldbc/datagen
1414
install: true
1515
script:
16-
- cp params-csv.ini params.ini
16+
- cp params-csv-basic.ini params.ini
1717
- docker run --rm --mount type=bind,source="$(pwd)/",target="/opt/ldbc_snb_datagen/out" --mount type=bind,source="$(pwd)/params.ini",target="/opt/ldbc_snb_datagen/params.ini" ldbc/datagen
18-
- bash check-md5sums-basic.sh
18+
- bash check-md5sums-csv-basic.sh
1919
- mkdir out
2020
- cp -r substitution_parameters out/
2121
notifications:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The LDBC-SNB Data Generator (Datagen) is the responsible of providing the data s
2626
Initialize the `params.ini` file as needed. For example, to generate the basic CSV files, issue:
2727

2828
```bash
29-
cp params-csv.ini params.ini
29+
cp params-csv-basic.ini params.ini
3030
```
3131

3232
There are three main ways to run Datagen, each using a different approach to configure the amount of memory available.
@@ -38,10 +38,10 @@ There are three main ways to run Datagen, each using a different approach to con
3838
### Pseudo-distributed Hadoop node
3939

4040
To configure the amount of memory available, set the `HADOOP_CLIENT_OPTS` environment variable.
41-
To grab Hadoop, extract it, and set the environment values to sensible defaults, and generate the data as specified in the `params-csv.ini` file, run the following script:
41+
To grab Hadoop, extract it, and set the environment values to sensible defaults, and generate the data as specified in the `params-csv-params.ini` template file, run the following script:
4242

4343
```bash
44-
cp params-csv.ini params.ini
44+
cp params-csv-basic.ini params.ini
4545
wget http://archive.apache.org/dist/hadoop/core/hadoop-2.9.2/hadoop-2.9.2.tar.gz
4646
tar xf hadoop-2.9.2.tar.gz
4747
export HADOOP_CLIENT_OPTS="-Xmx2G"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)