We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe81eb commit 26f22f2Copy full SHA for 26f22f2
tools/emr/README.md
@@ -55,6 +55,14 @@ SCALE_FACTOR=10
55
56
Note: scale factors below 1 are not supported.
57
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
66
### Using a different EMR version
67
68
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