DP-203 · Question #268
Bryan is executing an init script which is required to run a bootstrap script during the Databricks Spark driver or worker node startup. Which kind of init script can he choose?
The correct answer is C. Cluster-scoped. Option A is incorrect because the global type of init script can't execute on model serving clusters, and it only works on clusters on the same workspace. Option B is incorrect because there's no init script type as Job in Databricks. Option C is correct because the…
Question
Bryan is executing an init script which is required to run a bootstrap script during the Databricks Spark driver or worker node startup. Which kind of init script can he choose?
Options
- AGlobal
- BJob
- CCluster-scoped
- DNone of the above
How the community answered
(67 responses)- A3% (2)
- B4% (3)
- C84% (56)
- D9% (6)
Explanation
Option A is incorrect because the global type of init script can't execute on model serving clusters, and it only works on clusters on the same workspace. Option B is incorrect because there's no init script type as Job in Databricks. Option C is correct because the Cluster-scoped init script type works for every Databricks cluster https://docs.microsoft.com/en-us/azure/databricks/clusters/init-scripts
Topics
Community Discussion
No community discussion yet for this question.