
Explanation:
The Cluster Event Log, found on the compute (cluster) details page, is the primary tool for reviewing lifecycle events. It records every autoscale resize event (both up and down) with a precise timestamp, the reason for the event, and the system component that triggered it. This allows a Data Engineer to correlate capacity changes with specific user activities or heavy query execution times.
stdout and stderr for debugging code performance or failures, rather than infrastructure scaling events.Ultimate access to all questions.
Which Databricks feature should be used to examine the chronological timeline of cluster resizing events to determine if upscaling was triggered by high user concurrency or resource-intensive queries?
A
Workspace audit logs
B
Ganglia / Metrics UI
C
Cluster Event Log
D
Driver’s log file
E
Executor’s log file
No comments yet.