Skip to content

Commit 26f22f2

Browse files
committed
Update README
1 parent cfe81eb commit 26f22f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/emr/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ SCALE_FACTOR=10
5555

5656
Note: scale factors below 1 are not supported.
5757

58+
### Using spot instances
59+
60+
To use spot instances, add the `--use-spot` argument:
61+
62+
```bash
63+
./tools/emr/submit_datagen_job.py --use-spot --bucket ${BUCKET_NAME} ${JOB_NAME} ${SCALE_FACTOR} -- --format csv --mode raw
64+
```
65+
5866
### Using a different EMR version
5967

6068
We use EMR 5.13.0 by default. You can try out `emr-6.3.0` by specifying it with the `--emr-version` option.

0 commit comments

Comments
 (0)