Skip to content

Commit 8fd9084

Browse files
Merge pull request #207495 from sreekzz/patch-85
Add Business Value contents to Disk Attach
2 parents 14e58f9 + dc7ee99 commit 8fd9084

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

articles/hdinsight/hdinsight-hadoop-provision-linux-clusters.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Set up Hadoop, Kafka, Spark, or HBase clusters for HDInsight from a
44
ms.service: hdinsight
55
ms.topic: conceptual
66
ms.custom: hdinsightactive,hdiseo17may2017,seodec18, devx-track-azurecli
7-
ms.date: 08/04/2022
7+
ms.date: 08/17/2022
88
---
99

1010
# Set up clusters in HDInsight with Apache Hadoop, Apache Spark, Apache Kafka, and more
@@ -243,17 +243,9 @@ For more information, see [Sizes for virtual machines](../virtual-machines/sizes
243243

244244
### Disk attachment
245245

246-
HDInsight cluster comes with pre-defined disk space based on SKU. This space may not be sufficient in large job scenarios.
246+
HDInsight cluster comes with pre-defined disk space based on SKU. Running some large applications, can lead to insufficient disk space, (with disk full error - ```LinkId=221672#ERROR_NOT_ENOUGH_DISK_SPACE```) and job failures.
247247

248-
This new feature allows you to add more disks in cluster, which will be used as node manager local directory. Add number of disks to worker nodes during HIVE and Spark cluster creation, while the selected disks will be part of node manager’s local directories.
249-
250-
On each of the **NodeManager** machines, **LocalResources** are ultimately localized in the target directories.
251-
252-
By normal configuration only the default disk is added as the local disk in NodeManager. For large applications this disk space may not be enough which can result in job failure.
253-
254-
If the cluster is expected to run large data application, you can choose to add extra disks to the **NodeManager**.
255-
256-
You can add number of disks per VM and each disk will be of 1 TB size.
248+
More discs can be added to the cluster using the new feature **NodeManager**’s local directory. At the time of Hive and Spark cluster creation, the number of discs can be selected and added to the worker nodes. The selected disk, which will be of size 1TB each, would be part of **NodeManager**'s local directories.
257249

258250
1. From **Configuration + pricing** tab
259251
1. Select **Enable managed disk** option

0 commit comments

Comments
 (0)