Skip to content

Commit 0f7ecc9

Browse files
committed
Improve formatting/sample command for EMR
1 parent dc3a544 commit 0f7ecc9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tools/emr/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ aws s3 cp target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}-jar-wit
4242
JOB_NAME=MyTest
4343
SCALE_FACTOR=10
4444
./tools/emr/submit_datagen_job.py \
45-
--bucket \
46-
${BUCKET_NAME} \
45+
--bucket ${BUCKET_NAME} \
4746
${JOB_NAME} \
4847
${SCALE_FACTOR} \
4948
csv \
@@ -59,8 +58,7 @@ To use spot instances, add the `--use-spot` argument:
5958
```bash
6059
./tools/emr/submit_datagen_job.py \
6160
--use-spot \
62-
--bucket \
63-
${BUCKET_NAME} \
61+
--bucket ${BUCKET_NAME} \
6462
${JOB_NAME} \
6563
${SCALE_FACTOR} \
6664
csv \
@@ -79,8 +77,9 @@ Generate the BI data set with the following configuration:
7977
```bash
8078
./tools/emr/submit_datagen_job.py \
8179
--use-spot \
82-
--bucket \
83-
${BUCKET_NAME} \
80+
--bucket ${BUCKET_NAME} \
81+
--az us-east-2c \
82+
--copy-all \
8483
${JOB_NAME} \
8584
${SCALE_FACTOR} \
8685
csv \

0 commit comments

Comments
 (0)