Skip to content

Commit fe72f70

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Improved Correctness Score
1 parent 5bdb714 commit fe72f70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/hdinsight/hdinsight-key-scenarios-to-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For a more detailed look at your queues, from the Ambari dashboard, select the *
6060

6161
In the Resource Manager UI, select **Scheduler** from the left-hand menu. You see a list of your queues underneath *Application Queues*. Here you can see the capacity used for each of your queues, how well the jobs are distributed between them, and whether any jobs are resource-constrained.
6262

63-
:::image type="content" source="./media/hdinsight-key-scenarios-to-monitor/resource-manager-ui-menu.png" alt-text="Apache HAdoop Resource Manager UI menu.":::
63+
:::image type="content" source="./media/hdinsight-key-scenarios-to-monitor/resource-manager-ui-menu.png" alt-text="Apache Hadoop Resource Manager UI menu.":::
6464

6565
## Storage throttling
6666

articles/hdinsight/interactive-query/hive-llap-sizing-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For D14 v2 worker nodes, the recommended value is **102400 MB**
6363
#### **3. Determining maximum amount of `vcores` per YARN container request**
6464
Configuration: ***yarn.scheduler.maximum-allocation-vcores***
6565

66-
This value indicates the maximum number of virtual CPU cores for every container request at the Resource Manager. Requesting a higher number of `vcores` then this value won't take effect. It's a global property of the YARN scheduler. For LLAP daemon container, this value can be set to 75% of total available `vcores`. The remaining 25% should be reserved for NodeManager, DataNode, and other services running on the worker nodes.
66+
This value indicates the maximum number of virtual CPU cores for every container request at the Resource Manager. Requesting a higher number of `vcores` than this value won't take effect. It's a global property of the YARN scheduler. For LLAP daemon container, this value can be set to 75% of total available `vcores`. The remaining 25% should be reserved for NodeManager, DataNode, and other services running on the worker nodes.
6767
There are `16 vcores` on D14 v2 VMs and 75% of total `16 vcores` can be used by LLAP daemon container.
6868
For D14 v2, the recommended value is **12**.
6969

articles/hdinsight/kafka/apache-kafka-azure-container-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Use the following steps to configure Kafka to advertise IP addresses instead of
135135

136136
9. To prevent errors when restarting Kafka, use the __Service Actions__ button and select __Turn On Maintenance Mode__. Select OK to complete this operation.
137137

138-
:::image type="content" source="./media/apache-kafka-azure-container-services/turn-on-maintenance-mode.png" alt-text="Service actions, with turn on maintenance highlighted." border="true":::
138+
:::image type="content" source="./media/apache-kafka-azure-container-services/turn-on-maintenance-mode.png" alt-text="Service actions, with turn-on maintenance highlighted." border="true":::
139139

140140
10. To restart Kafka, use the __Restart__ button and select __Restart All Affected__. Confirm the restart, and then use the __OK__ button after the operation is completed.
141141

0 commit comments

Comments
 (0)