I have a problem with the dataproc initialization action for cloud-sql-proxy installation. I used this initialization action: https://github.com/GoogleCloudPlatform/dataproc-initialization-actions/tree/master/cloud-sql-proxy setting to 0 the readonly enable_cloud_sql_metastore variable.
What I'm doing wrong?
If you're using the init action just to provide connectivity for workloads without using the Hive metastore, you should be using only the additional-cloud-sql-instances metadata key instead of hive-metastore-instance; you would just leav hive-metastore-instance blank and use:
--metadata "additional-cloud-sql-instances=<PROJECT_ID>:<REGION>:<ANOTHER_INSTANCE_NAME>=tcp<PORT_#>[,...]"
instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With