You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-hadoop-manage-ambari.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,12 @@
2
2
title: Monitor and manage Azure HDInsight using Ambari Web UI
3
3
description: Learn how to use Ambari to monitor and manage Linux-based HDInsight clusters. In this document, you learn how to use the Ambari Web UI included with HDInsight clusters.
4
4
author: hrasheed-msft
5
+
ms.author: hrasheed
5
6
ms.reviewer: jasonh
6
-
7
7
ms.service: hdinsight
8
8
ms.custom: hdinsightactive
9
9
ms.topic: conceptual
10
10
ms.date: 05/23/2019
11
-
ms.author: hrasheed
12
11
---
13
12
14
13
# Manage HDInsight clusters by using the Apache Ambari Web UI
@@ -43,7 +42,7 @@ When connecting to the Ambari Web UI, you are prompted to authenticate to the pa
43
42
44
43
When the page opens, note the bar at the top. This bar contains the following information and controls:
You can also manage alerting methods, and create alert notifications from the **Actions** menu by selecting __Manage Alert Notifications__. Any current notifications are displayed. You can also create notifications from here. Notifications can be sent via **EMAIL** or **SNMP** when specific alert/severity combinations occur. For example, you can send an email message when any of the alerts in the **YARN Default** group is set to **Critical**.
Finally, selecting __Manage Alert Settings__ from the __Actions__ menu allows you to set the number of times an alert must occur before a notification is sent. This setting can be used to prevent notifications for transient errors.
86
85
87
86
### Cluster
88
87
89
88
The **Metrics** tab of the dashboard contains a series of widgets that make it easy to monitor the status of your cluster at a glance. Several widgets, such as **CPU Usage**, provide additional information when clicked.
90
89
91
-

90
+

92
91
93
92
The **Heatmaps** tab displays metrics as colored heatmaps, going from green to red.
94
93
95
-

94
+

96
95
97
96
For more information on the nodes within the cluster, select **Hosts**. Then select the specific node you are interested in.
The **Services** sidebar on the dashboard provides quick insight into the status of the services running on the cluster. Various icons are used to indicate status or actions that should be taken. For example, a yellow recycle symbol is displayed if a service needs to be recycled.
> The services displayed differ between HDInsight cluster types and versions. The services displayed here may be different than the services displayed for your cluster.
109
108
110
109
Selecting a service displays more detailed information on the service.

168
167
169
168
> [!WARNING]
170
169
> While **Add Service** is listed in this menu, it should not be used to add services to the HDInsight cluster. New services should be added using a Script Action during cluster provisioning. For more information on using Script Actions, see [Customize HDInsight clusters using Script Actions](hdinsight-hadoop-customize-cluster-linux.md).
@@ -175,7 +174,7 @@ While the **Actions** button can restart all services, often you want to start,
175
174
176
175
2. From the top of the **Summary** tab, use the **Service Actions** button and select the action to take. This restarts the service on all nodes.

179
178
180
179
> [!NOTE]
181
180
> Restarting some services while the cluster is running may generate alerts. To avoid alerts, you can use the **Service Actions** button to enable **Maintenance mode** for the service before performing the restart.
@@ -191,7 +190,7 @@ To configure a service, use the following steps:
191
190
192
191
2. Select the **Configs** tab. The current configuration is displayed. A list of previous configurations is also displayed.

195
194
196
195
3. Use the fields displayed to modify the configuration, and then select **Save**. Or select a previous configuration and then select **Make current** to roll back to the previous settings.
197
196
@@ -211,4 +210,4 @@ The following Ambari operations are not supported on HDInsight:
211
210
212
211
## Next steps
213
212
214
-
Learn how to use the [Apache Ambari REST API](hdinsight-hadoop-manage-ambari-rest-api.md) with HDInsight.
213
+
Learn how to use the [Apache Ambari REST API](hdinsight-hadoop-manage-ambari-rest-api.md) with HDInsight.
0 commit comments