summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-12-28 15:19:41 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-12-28 15:19:41 +0100
commit78f7e09f3237d1758f9650247b28642b9c5df21e (patch)
treefb9de6b0fad91dc5f015b3bb8177734ef1c54f60
parent2aa010e47387f5c60d63824dce65f76f22eecddc (diff)
Fix readme
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 68e542c..b31bfbd 100644
--- a/README.md
+++ b/README.md
@@ -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.