From 2aa010e47387f5c60d63824dce65f76f22eecddc Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 28 Dec 2024 15:17:04 +0100 Subject: Check on scripts + update num worker --- scripts/07-cleanup.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/07-cleanup.sh (limited to 'scripts/07-cleanup.sh') diff --git a/scripts/07-cleanup.sh b/scripts/07-cleanup.sh new file mode 100755 index 0000000..50c10f7 --- /dev/null +++ b/scripts/07-cleanup.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +gcloud storage rm -r gs://${BUCKET_NAME} +gcloud dataproc clusters delete ${CLUSTER} --region=${REGION} +gcloud iam service-accounts delete ${SERVICE_ACCOUNT}@${PROJECT}.iam.gserviceaccount.com -- cgit v1.2.3-18-g5258