diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-12-28 15:19:41 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-12-28 15:19:41 +0100 |
commit | 78f7e09f3237d1758f9650247b28642b9c5df21e (patch) | |
tree | fb9de6b0fad91dc5f015b3bb8177734ef1c54f60 | |
parent | 2aa010e47387f5c60d63824dce65f76f22eecddc (diff) |
Fix readme
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -58,8 +58,12 @@ To test on Google Cloud, execute the following shell scripts in the given order: - `scripts/00-create-service-account.sh` - `scripts/01-create-bucket.sh` -- `scripts/02-dataproc-create-cluster.sh` +- `scripts/02-dataproc-copy-jar.sh` - `scripts/03-update-network-for-dataproc.sh` -- `scripts/04-dataproc-copy-jar.sh` +- `scripts/04-dataproc-create-cluster.sh` - `scripts/05-dataproc-submit.sh` -- `scripts/06-cleanup.sh` +- `scripts/06-dataproc-update-cluster.sh` +- `scripts/07-cleanup.sh` + +`04-dataproc-create-cluster.sh` and `06-dataproc-update-cluster.sh` accept one +argument: the workers number. It can be 1, 2, 3 or 4. |