1

In the databricks cluster configuration UI, I am trying to add an init script. I have stored the script in the DBFS, however the init script UI has no drop down or obvious way to select this file. What am I missing? I have followed the instructions here:

https://learn.microsoft.com/en-us/azure/databricks/clusters/init-scripts#:~:text=Configure%20a%20cluster-scoped%20init%20script%20using%20the%20UI.,The%20path%20must%20...%205%20Click%20Add.%20

Every tutorial that I find shows a UI that includes a destination, path, and add button. My UI shows none of that.

Aryan Beezadhur
  • 4,503
  • 4
  • 21
  • 42
PFE
  • 39
  • 2

2 Answers2

1

init scripts must be added while the cluster is in edit mode. The cluster must be terminated to be able to edit settings. Once in edit mode, the init script UI is active.

PFE
  • 39
  • 2
0

There is no selector in the Cluster UI - it's just a normal input field where you need to type or paste the path to the init script.

Alex Ott
  • 80,552
  • 8
  • 87
  • 132