| title | Manage SQL Server big data cluster with controller dashboard |
|---|---|
| titleSuffix | Manage SQL Server big data cluster with controller dashboard |
| description | Use a notebook from Azure Data Studio to manage and troubleshoot a big data cluster. |
| author | yualan |
| ms.author | alanyu |
| ms.reviewer | mikeray |
| ms.date | 11/04/2019 |
| ms.topic | conceptual |
| ms.prod | sql |
| ms.technology | big-data-cluster |
[!INCLUDEtsql-appliesto-ssver15-xxxx-xxxx-xxx]
In addition to azdata and the cluster status notebook, there is another way to view the status of a SQL Server Big Data Cluster. You can now add the SQL Server Big Data Cluster controller through the Connections viewlet. This enables you to have a dashboard to view the cluster health.
The following prerequisites are required to launch the notebook:
- Latest version of Azure Data Studio Insiders build
- [!INCLUDEsql-server-2019] extension installed in Azure Data Studio
In addition to above, SQL Server 2019 Big Data Cluster also requires:
- Click on the Connections view on the left pane.
- At the bottom of the Connections view, click SQL Server Big Data Clusters to expand it.
- Click Add SQL Server big data cluster controller, this will launch a new dialog.
- Add your cluster name.
- Add your Cluster Management Service URL. This can be found on the Service Endpoints table in your BDC dashboard, or ask your cluster admin.
- Add your username and password.
- When you successfully add your controller, you can view it under SQL Server Big Data Clusters.
- To launch the dashboard, right click on the controller and click Manage.
-
On the Controller dashboard, there are 3 main components:
- Toolbar on top which contain actions for the dashboard.
- Nav pane on left which changes to the different views on the dashboard.
- View covering the majority of the page.
-
On the Big data cluster overview page, you can see:
- Cluster Properties to see information about your cluster.
- Cluster Overview to see high level overview of all the cluster components, and which ones are unhealthy
- Service Endpoints to copy or access to different services within your SQL Server Big Data Cluster.
-
On the Nav pane, you can see the list of services and click on one to view additional cluster details. This is the same views when you click on a service in Cluster Overview.
-
Each view under Cluster Details consist of the same UI components:
- Health Status Details which share the state and health status of the component.
- Metrics and Logs to view additional metrics and logs through Grafana and Kibana.
-
If you view a component that is unhealthy, click on Troubleshoot on the toolbar to launch a Jupyter Book containing a notebook to help diagnose the issue.
For more information about the controller, see our controller documentation.
