DP-203 · Question #36
You create an Azure Databricks cluster and specify an additional library to install. When you attempt to load the library to a notebook, the library in not found. You need to identify the cause of the
The correct answer is B. cluster event logs. Azure Databricks provides three kinds of logging of cluster-related activity: Cluster event logs, which capture cluster lifecycle events, like creation, termination, configuration edits, and so on. Apache Spark driver and worker logs, which you can use for debugging. Cluster init
Question
You create an Azure Databricks cluster and specify an additional library to install. When you attempt to load the library to a notebook, the library in not found. You need to identify the cause of the issue. What should you review?
Options
- Anotebook logs
- Bcluster event logs
- Cglobal init scripts logs
- Dworkspace logs
How the community answered
(57 responses)- A7% (4)
- B70% (40)
- C4% (2)
- D19% (11)
Explanation
Azure Databricks provides three kinds of logging of cluster-related activity: Cluster event logs, which capture cluster lifecycle events, like creation, termination, configuration edits, and so on. Apache Spark driver and worker logs, which you can use for debugging. Cluster init-script logs, valuable for debugging init scripts. https://docs.microsoft.com/en-us/azure/databricks/clusters/clusters-manage#event-log
Topics
Community Discussion
No community discussion yet for this question.