We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f909e8a commit dfd33a1Copy full SHA for dfd33a1
1 file changed
.test-infra/dataproc/flink_cluster.sh
@@ -169,7 +169,8 @@ function restart() {
169
170
# Deletes a Flink cluster.
171
function delete() {
172
- gcloud dataproc clusters delete $CLUSTER_NAME --region=$GCLOUD_REGION --quiet
+ # DO NOT MERGE: debug only change
173
+ # gcloud dataproc clusters delete $CLUSTER_NAME --region=$GCLOUD_REGION --quiet
174
}
175
176
"$@"
0 commit comments