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-capacity-planning.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Identify key questions for capacity and performance planning of an
4
4
ms.service: hdinsight
5
5
ms.topic: conceptual
6
6
ms.custom: hdinsightactive
7
-
ms.date: 09/08/2022
7
+
ms.date: 04/25/2023
8
8
---
9
9
10
10
# Capacity planning for HDInsight clusters
@@ -82,6 +82,35 @@ You're charged for a cluster's lifetime. If there are only specific times that y
82
82
83
83
Sometimes errors can occur because of the parallel execution of multiple maps and reduce components on a multi-node cluster. To help isolate the issue, try distributed testing. Run concurrent multiple jobs on a single worker node cluster. Then expand this approach to run multiple jobs concurrently on clusters containing more than one node. To create a single-node HDInsight cluster in Azure, use the *`Custom(size, settings, apps)`* option and use a value of 1 for *Number of Worker nodes* in the **Cluster size** section when provisioning a new cluster in the portal.
84
84
85
+
## View quota management for HDInsight
86
+
87
+
View a granular level and categorization of the quota at a VM at family level. View the current quota and how much quota is remaining for a region at a VM family level.
88
+
89
+
> [!NOTE]
90
+
> This feature is currently available on HDInsight 4.x and 5.x for East US EUAP region. Other regions to follow subsequently.
91
+
92
+
1. View current quota:
93
+
94
+
See the current quota and how much quota is remaining for a region at a VM family level.
95
+
96
+
1. From Azure portal, in the top search bar, search and select **Quotas**.
97
+
1. From the Quota page, select **Azure HDInsight**
98
+
99
+
:::image type="content" source="./media/hdinsight-capacity-planning/hdinsight-search-quota.png" alt-text="Screenshot showing how to search quotas." lightbox="./media/hdinsight-capacity-planning/hdinsight-search-quota.png":::
100
+
101
+
1. From the dropdown box, select your **Subscription** and **Region**
102
+
103
+
:::image type="content" source="./media/hdinsight-capacity-planning/select-cluster-and-region.png" alt-text="Screenshot showing how to select cluster and region for quota allocation." lightbox="./media/hdinsight-capacity-planning/select-cluster-and-region.png":::
104
+
105
+
:::image type="content" source="./media/hdinsight-capacity-planning/view-and-manage-quota.png" alt-text="Screenshot showing how to view and manage quota." lightbox="./media/hdinsight-capacity-planning/view-and-manage-quota.png":::
106
+
107
+
1. View quota details:
108
+
109
+
1. Click on the row for which you want to view the quota details.
110
+
111
+
:::image type="content" source="./media/hdinsight-capacity-planning/quota-details.png" alt-text="Screenshot showing the quota details." lightbox="./media/hdinsight-capacity-planning/quota-details.png":::
112
+
113
+
85
114
## Quotas
86
115
87
116
For more information on managing subscription quotas, see [Requesting quota increases](quota-increase-request.md).
0 commit comments