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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ author: hrasheed-msft
5
5
ms.author: hrasheed
6
6
ms.reviewer: jasonh
7
7
ms.service: hdinsight
8
-
ms.custom: hdinsightactive
9
8
ms.topic: conceptual
10
-
ms.date: 10/11/2019
9
+
ms.custom: hdinsightactive
10
+
ms.date: 02/05/2020
11
11
---
12
12
13
13
# Manage HDInsight clusters by using the Apache Ambari Web UI
@@ -27,7 +27,7 @@ In this document, you learn how to use the Ambari Web UI with an HDInsight clust
27
27
The Ambari Web UI is available on your HDInsight cluster at `https://CLUSTERNAME.azurehdinsight.net`, where `CLUSTERNAME` is the name of your cluster.
28
28
29
29
> [!IMPORTANT]
30
-
> Connecting to Ambari on HDInsight requires HTTPS. When prompted for authentication, use the admin account name and password you provided when the cluster was created.
30
+
> Connecting to Ambari on HDInsight requires HTTPS. When prompted for authentication, use the admin account name and password you provided when the cluster was created. If you are not prompted for credentials, check your network settings to confirm there is no connectivity issue between the client and the Azure HDInsight Clusters.
31
31
32
32
## SSH tunnel (proxy)
33
33
@@ -151,7 +151,7 @@ The **Hosts** page lists all hosts in the cluster. To manage hosts, follow these
151
151
|Start all components|Start all components on the host.|
152
152
|Stop all components|Stop all components on the host.|
153
153
|Restart all components|Stop and start all components on the host.|
154
-
|Turn on maintenance mode|Suppresses alerts for the host. This mode should be enabled if you are performing actions that generate alerts. For example, stopping and starting a service.|
154
+
|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.|
155
155
|Turn off maintenance mode|Returns the host to normal alerting.|
156
156
|Stop|Stops DataNode or NodeManagers on the host.|
157
157
|Start|Starts DataNode or NodeManagers on the host.|
0 commit comments