Skip to content

Commit f580eb0

Browse files
authored
Merge pull request #78612 from dagiro/freshness110
freshness110
2 parents 342f19e + ad53bba commit f580eb0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/hdinsight/hdinsight-scaling-best-practices.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ ms.author: ashish
66
ms.reviewer: jasonh
77
ms.service: hdinsight
88
ms.topic: conceptual
9-
ms.date: 05/13/2019
9+
ms.date: 06/03/2019
1010
---
11+
1112
# Scale HDInsight clusters
1213

1314
HDInsight provides elasticity by giving you the option to scale up and scale down the number of worker nodes in your clusters. This elasticity, allows you to shrink a cluster after hours or on weekends, and expand it during peak business demands.
@@ -52,13 +53,12 @@ To avoid having your running jobs fail during a scale down operation, you can tr
5253
1. Manually end the jobs.
5354
1. Resubmit the jobs after the scaling operation has concluded.
5455

55-
To see a list of pending and running jobs, you can use the YARN **ResourceManager UI**, following these steps:
56+
To see a list of pending and running jobs, you can use the YARN **Resource Manager UI**, following these steps:
5657

57-
1. Sign in to [Azure portal](https://portal.azure.com).
58-
2. From the left, navigate to **All services** > **Analytics** > **HDInsight Clusters**, and then select your cluster.
59-
3. From the main view, navigate to **Cluster dashboards** > **Ambari home**. Enter your cluster credentials.
60-
4. From the Ambari UI, select **YARN** on the list of services on the left-hand menu.
61-
5. From the YARN page, select **Quick Links** and hover over the active head node, then select **ResourceManager UI**.
58+
1. From the [Azure portal](https://portal.azure.com/), select your cluster. See [List and show clusters](./hdinsight-administer-use-portal-linux.md#showClusters) for the instructions. The cluster is opened in a new portal page.
59+
2. From the main view, navigate to **Cluster dashboards** > **Ambari home**. Enter your cluster credentials.
60+
3. From the Ambari UI, select **YARN** on the list of services on the left-hand menu.
61+
4. From the YARN page, select **Quick Links** and hover over the active head node, then select **ResourceManager UI**.
6262

6363
![ResourceManager UI](./media/hdinsight-scaling-best-practices/resourcemanager-ui.png)
6464

0 commit comments

Comments
 (0)