File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ aws s3 cp target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}-jar-wit
42
42
JOB_NAME=MyTest
43
43
SCALE_FACTOR=10
44
44
./tools/emr/submit_datagen_job.py \
45
- --bucket \
46
- ${BUCKET_NAME} \
45
+ --bucket ${BUCKET_NAME} \
47
46
${JOB_NAME} \
48
47
${SCALE_FACTOR} \
49
48
csv \
@@ -59,8 +58,7 @@ To use spot instances, add the `--use-spot` argument:
59
58
``` bash
60
59
./tools/emr/submit_datagen_job.py \
61
60
--use-spot \
62
- --bucket \
63
- ${BUCKET_NAME} \
61
+ --bucket ${BUCKET_NAME} \
64
62
${JOB_NAME} \
65
63
${SCALE_FACTOR} \
66
64
csv \
@@ -79,8 +77,9 @@ Generate the BI data set with the following configuration:
79
77
``` bash
80
78
./tools/emr/submit_datagen_job.py \
81
79
--use-spot \
82
- --bucket \
83
- ${BUCKET_NAME} \
80
+ --bucket ${BUCKET_NAME} \
81
+ --az us-east-2c \
82
+ --copy-all \
84
83
${JOB_NAME} \
85
84
${SCALE_FACTOR} \
86
85
csv \
You can’t perform that action at this time.
0 commit comments