From 78f7e09f3237d1758f9650247b28642b9c5df21e Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 28 Dec 2024 15:19:41 +0100 Subject: Fix readme --- README.md | 10 +++++++--- 1 file 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. -- cgit v1.2.3-18-g5258