
Explanation:
The Cluster Event Log (also known as the compute event log) provides a detailed, timestamped record of all lifecycle events for a Databricks cluster. This includes events such as cluster creation, starting, stopping, and specifically, autoscaling up or down.
Administrators can view these events directly in the Databricks UI via the Event log tab on the cluster's detail page or programmatically through the Clusters API.
Ultimate access to all questions.
No comments yet.
A workspace administrator needs to investigate the autoscaling behavior of an interactive cluster used by a team of data analysts. To determine if the cluster is resizing due to high user concurrency or specific intensive queries, where can the administrator find the chronological timeline of cluster resizing events?
A
Ganglia UI metrics
B
Workspace audit logs
C
Cluster Event Log
D
Driver's stdout log file