GoogleCloudDataproc / initialization-actions

Run in all nodes of your cluster before the cluster starts - lets you customize your cluster
https://cloud.google.com/dataproc/init-actions
Apache License 2.0
587 stars 513 forks source link

fix: cloud-sql-proxy/cloud-sql-proxy.sh #1022

Open maddyobrienjones opened 1 year ago

maddyobrienjones commented 1 year ago

Since gs://goog-dataproc-initialization-actions-us-east1/cloud-sql-proxy/cloud-sql-proxy.sh was updated at 2022-10-19T15:31:51Z, the initialization action has been consistently failing with this error:

ERROR: (gcloud.sql.instances.describe) argument INSTANCE: Must be specified.

Nothing about our Cloud SQL deployment or the configuration used in the workflow instantiation has changed. I was able to successfully instantiate a dataproc workflow at 2022-10-19T15:29:53.552171Z, but not since then.

jayadeep-jayaraman commented 1 year ago

The changes have been reverted. Can you confirm if you are still seeing this issue ? Also, will request that you make a copy of the init scripts as per documentation mentioned here