cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Cluster Health Dashboard

brickster_2018
Databricks Employee
Databricks Employee

Is there a cluster health dashboard which has the details of the total number of running interactive cluster, the total number of job clusters? Also Flag clusters with issues. 

1 ACCEPTED SOLUTION

Accepted Solutions

brickster_2018
Databricks Employee
Databricks Employee

Right now there is no inbuilt dashboard giving this information. However, it's easy to develop one using the Databricks REST API for clusters. 

List API will list the clusters and based on the STATE field we can determine if the cluster is up and running or not 

Cluster events API gives the details of the events on the cluster. This is useful to see if there are any warnings or issues on the cluster. eg: Driver unresponsive

https://docs.databricks.com/dev-tools/api/latest/clusters.html#list

View solution in original post

2 REPLIES 2

brickster_2018
Databricks Employee
Databricks Employee

Right now there is no inbuilt dashboard giving this information. However, it's easy to develop one using the Databricks REST API for clusters. 

List API will list the clusters and based on the STATE field we can determine if the cluster is up and running or not 

Cluster events API gives the details of the events on the cluster. This is useful to see if there are any warnings or issues on the cluster. eg: Driver unresponsive

https://docs.databricks.com/dev-tools/api/latest/clusters.html#list

valeryuaba
New Contributor III

Thanks!

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group