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
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
2
title: Monitor and manage Azure HDInsight using Ambari Web UI
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.
3
+
description: Learn how to use Apache Ambari UI to monitor and manage HDInsight clusters.
4
4
author: hrasheed-msft
5
5
ms.author: hrasheed
6
6
ms.reviewer: jasonh
7
7
ms.service: hdinsight
8
8
ms.topic: conceptual
9
9
ms.custom: hdinsightactive
10
-
ms.date: 02/05/2020
10
+
ms.date: 04/16/2020
11
11
---
12
12
13
13
# Manage HDInsight clusters by using the Apache Ambari Web UI
Apache Ambari simplifies the management and monitoring of an Apache Hadoop cluster by providing an easy to use web UI and REST API. Ambari is included on HDInsight clusters, and is used to monitor the cluster and make configuration changes.
17
+
Apache Ambari simplifies the management and monitoring of an Apache Hadoop cluster. This simplification is done by providing an easy to use web UI and REST API. Ambari is included on HDInsight clusters, and is used to monitor the cluster and make configuration changes.
18
18
19
19
In this document, you learn how to use the Ambari Web UI with an HDInsight cluster.
20
20
@@ -77,7 +77,7 @@ You can manage the groups by using the **Actions** menu and selecting **Manage A
You can also manage alerting methods, and create alert notifications from the **Actions** menu by selecting __Manage 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**.
80
+
You manage alerting methods, and create alert notifications from the **Actions** menu by selecting __Manage Notifications__. Any current notifications are displayed. 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**.
@@ -114,10 +114,10 @@ Selecting a service displays more detailed information on the service.
114
114
115
115
#### Quick links
116
116
117
-
Some services display a **Quick Links** link at the top of the page. This can be used to access service-specific web UIs, such as:
117
+
Some services display a **Quick Links** link at the top of the page. This link can be used to access service-specific web UIs, such as:
118
118
119
119
***Job History** - MapReduce job history.
120
-
***Resource Manager** - YARN ResourceManager UI.
120
+
***Resource Manager** - YARN Resource Manager UI.
121
121
***NameNode** - Hadoop Distributed File System (HDFS) NameNode UI.
122
122
***Oozie Web UI** - Oozie UI.
123
123
@@ -146,20 +146,20 @@ The **Hosts** page lists all hosts in the cluster. To manage hosts, follow these
146
146
147
147
1. Select the host that you wish to manage.
148
148
149
-
2. Use the **Actions** menu to select the action that you wish to perform:
149
+
2. Use the **Actions** menu to select the action that you wish to do:
150
150
151
151
|Item |Description |
152
152
|---|---|
153
153
|Start all components|Start all components on the host.|
154
154
|Stop all components|Stop all components on the host.|
155
155
|Restart all components|Stop and start all components on the host.|
156
-
|Turn on maintenance mode|Suppresses alerts for the host. This mode should be enabled if you're performing actions that generate alerts. For example, stopping and starting a service.|
156
+
|Turn on maintenance mode|Suppresses alerts for the host. This mode should be enabled if you're doing actions that generate alerts. For example, stopping and starting a service.|
157
157
|Turn off maintenance mode|Returns the host to normal alerting.|
158
158
|Stop|Stops DataNode or NodeManagers on the host.|
159
159
|Start|Starts DataNode or NodeManagers on the host.|
160
160
|Restart|Stops and starts DataNode or NodeManagers on the host.|
161
-
|Decommission|Removes a host from the cluster. **Do not use this action on HDInsight clusters.**|
162
-
|Recommission|Adds a previously decommissioned host to the cluster. **Do not use this action on HDInsight clusters.**|
161
+
|Decommission|Removes a host from the cluster. **Don't use this action on HDInsight clusters.**|
162
+
|Recommission|Adds a previously decommissioned host to the cluster. **Don't use this action on HDInsight clusters.**|
163
163
164
164
### <aid="service"></a>Services
165
165
@@ -170,11 +170,11 @@ From the **Dashboard** or **Services** page, use the **Actions** button at the b
170
170
> [!WARNING]
171
171
> 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).
172
172
173
-
While the **Actions** button can restart all services, often you want to start, stop, or restart a specific service. Use the following steps to perform actions on an individual service:
173
+
While the **Actions** button can restart all services, often you want to start, stop, or restart a specific service. Use the following steps to do actions on an individual service:
174
174
175
175
1. From the **Dashboard** or **Services** page, select a service.
176
176
177
-
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.
177
+
2. From the top of the **Summary** tab, use the **Service Actions** button and select the action to take. This action restarts the service on all nodes.
178
178
179
179

180
180
@@ -206,10 +206,12 @@ Ambari Views allow developers to plug UI elements into the Ambari Web UI using t
206
206
207
207
## Unsupported operations
208
208
209
-
The following Ambari operations are not supported on HDInsight:
209
+
The following Ambari operations aren't supported on HDInsight:
210
210
211
-
*__Moving the Metrics Collector service__. When viewing information on the Metrics Collector service, one of the actions available from the Service Actions menu is __Move Metrics collector__. This is not supported with HDInsight.
211
+
*__Moving the Metrics Collector service__. When viewing information on the Metrics Collector service, one of the actions available from the Service Actions menu is __Move Metrics collector__. This action isn't supported with HDInsight.
212
212
213
213
## Next steps
214
214
215
-
Learn how to use the [Apache Ambari REST API](hdinsight-hadoop-manage-ambari-rest-api.md) with HDInsight.
215
+
*[Apache Ambari REST API](hdinsight-hadoop-manage-ambari-rest-api.md) with HDInsight.
216
+
*[Use Apache Ambari to optimize HDInsight cluster configurations](./hdinsight-changing-configs-via-ambari.md)
0 commit comments