Skip to content

Commit 1a4f35b

Browse files
committed
freshness_c1
1 parent 87d01bf commit 1a4f35b

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

articles/hdinsight/hdinsight-hadoop-manage-ambari.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
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.
44
author: hrasheed-msft
55
ms.author: hrasheed
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
99
ms.custom: hdinsightactive
10-
ms.date: 02/05/2020
10+
ms.date: 04/16/2020
1111
---
1212

1313
# Manage HDInsight clusters by using the Apache Ambari Web UI
1414

1515
[!INCLUDE [ambari-selector](../../includes/hdinsight-ambari-selector.md)]
1616

17-
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.
1818

1919
In this document, you learn how to use the Ambari Web UI with an HDInsight cluster.
2020

@@ -77,7 +77,7 @@ You can manage the groups by using the **Actions** menu and selecting **Manage A
7777

7878
![Apache Ambari manage alert groups](./media/hdinsight-hadoop-manage-ambari/ambari-manage-alerts.png)
7979

80-
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**.
8181

8282
![Apache Ambari create alert notification](./media/hdinsight-hadoop-manage-ambari/create-alert-notification.png)
8383

@@ -114,10 +114,10 @@ Selecting a service displays more detailed information on the service.
114114

115115
#### Quick links
116116

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:
118118

119119
* **Job History** - MapReduce job history.
120-
* **Resource Manager** - YARN ResourceManager UI.
120+
* **Resource Manager** - YARN Resource Manager UI.
121121
* **NameNode** - Hadoop Distributed File System (HDFS) NameNode UI.
122122
* **Oozie Web UI** - Oozie UI.
123123

@@ -146,20 +146,20 @@ The **Hosts** page lists all hosts in the cluster. To manage hosts, follow these
146146
147147
1. Select the host that you wish to manage.
148148

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:
150150

151151
|Item |Description |
152152
|---|---|
153153
|Start all components|Start all components on the host.|
154154
|Stop all components|Stop all components on the host.|
155155
|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.|
157157
|Turn off maintenance mode|Returns the host to normal alerting.|
158158
|Stop|Stops DataNode or NodeManagers on the host.|
159159
|Start|Starts DataNode or NodeManagers on the host.|
160160
|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.**|
163163

164164
### <a id="service"></a>Services
165165

@@ -170,11 +170,11 @@ From the **Dashboard** or **Services** page, use the **Actions** button at the b
170170
> [!WARNING]
171171
> 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).
172172
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:
174174

175175
1. From the **Dashboard** or **Services** page, select a service.
176176

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.
178178

179179
![Apache Ambari individual service actions](./media/hdinsight-hadoop-manage-ambari/individual-service-actions.png)
180180

@@ -206,10 +206,12 @@ Ambari Views allow developers to plug UI elements into the Ambari Web UI using t
206206

207207
## Unsupported operations
208208

209-
The following Ambari operations are not supported on HDInsight:
209+
The following Ambari operations aren't supported on HDInsight:
210210

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.
212212

213213
## Next steps
214214

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)
217+
* [Scale Azure HDInsight clusters](./hdinsight-scaling-best-practices.md)

0 commit comments

Comments
 (0)