From f1d310658f8f8d7b1c1c7cf802cb98a451a61ed1 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 26 Jan 2025 15:08:12 +0100 Subject: Add debug env on scripts --- scripts/04-dataproc-create-cluster.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'scripts/04-dataproc-create-cluster.sh') diff --git a/scripts/04-dataproc-create-cluster.sh b/scripts/04-dataproc-create-cluster.sh index 8bdeccb..785949e 100755 --- a/scripts/04-dataproc-create-cluster.sh +++ b/scripts/04-dataproc-create-cluster.sh @@ -2,6 +2,10 @@ set -eu +if [ ${DEBUG:+1} ]; then + set -xo pipefail +fi + if [ "$#" -ne 3 ]; then echo "Usage: 'sh ${PWD}/$0 '" exit 1 @@ -31,8 +35,8 @@ COMMON_PARAMS="\ --project=${PROJECT} \ --region=${REGION} \ --service-account=${SERVICE_ACCOUNT}@${PROJECT}.iam.gserviceaccount.com \ - --master-boot-disk-size=240 \ - --worker-boot-disk-size=240 \ + --master-boot-disk-size=400 \ + --worker-boot-disk-size=400 \ --worker-machine-type=${WORKER_MACHINE} \ --master-machine-type=${MASTER_MACHINE}" -- cgit v1.2.3-18-g5258