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
588 stars 512 forks source link

[dask] now safe to execute as pre-init customization script #1247

Closed cjac closed 1 month ago

cjac commented 1 month ago

replace execution of /usr/share/google/get_metadata_value attributes/$1 with calls to get_metadata_attribute $1 using /opt/conda/miniconda3/bin/mamba directly since the default symlink has not yet been created during pre-init

cjac commented 1 month ago

/gcbrun