Init script execution order

User16826994223
Databricks Employee
Databricks Employee

In which sequence init scripts are getting executed

User16826994223
Databricks Employee
Databricks Employee

The order of execution of init scripts is:

  1. Legacy global (deprecated)
  2. Cluster-named (deprecated)
  3. Global (new)
  4. Cluster-scoped

View solution in original post

Mike2
Databricks Partner

If I have multiple cluster-scoped init scripts, can I guarantee the order that these scripts are run in?  I have to create a folder on the workers and other scripts copy files into that folder.