Skip to content

Commit 71d1a39

Browse files
authored
Update hdinsight-hadoop-provision-linux-clusters.md
1 parent 058c9de commit 71d1a39

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ For more information, see [Managed identities in Azure HDInsight](./hdinsight-ma
195195

196196
## Configuration + pricing
197197

198-
:::image type="content" source="./media/hdinsight-hadoop-provision-linux-clusters/azure-portal-cluster-configuration.png" alt-text="HDInsight choose your node size":::
198+
:::image type="content" source="./media/hdinsight-hadoop-provision-linux-clusters/azure-portal-cluster-configuration-disk-attach.png" alt-text="HDInsight choose your node size":::
199199

200200
You're billed for node usage for as long as the cluster exists. Billing starts when a cluster is created and stops when the cluster is deleted. Clusters can't be de-allocated or put on hold.
201201

@@ -242,11 +242,7 @@ To find out what value you should use to specify a VM size while creating a clus
242242
243243
For more information, see [Sizes for virtual machines](../virtual-machines/sizes.md). For information about pricing of the various sizes, see [HDInsight pricing](https://azure.microsoft.com/pricing/details/hdinsight).
244244

245-
### Add application
246-
247-
HDInsight application is an application, that users can install on a Linux-based HDInsight cluster. You can use applications provided by Microsoft, third parties, or developed by you.. For more information, see [Install third-party Apache Hadoop applications on Azure HDInsight](hdinsight-apps-install-applications.md).
248-
249-
Most of the HDInsight applications are installed on an empty edge node. An empty edge node is a Linux virtual machine with the same client tools installed and configured as in the head node. You can use the edge node for accessing the cluster, testing your client applications, and hosting your client applications. For more information, see [Use empty edge nodes in HDInsight](hdinsight-apps-use-edge-node.md).
245+
### Disk attachment
250246

251247
On each of the **NodeManager** machines, **LocalResources** are ultimately localized in the following target directories.
252248

@@ -256,15 +252,19 @@ If the cluster is expected to run large data application, you can choose to add
256252

257253
You can add number of disks per VM and each disk will be of 1 TB size.
258254

259-
:::image type="content" source="./media/hdinsight-hadoop-provision-linux-clusters/disk-attach.png" alt-text="Screenshot showing how to add disk attach feature":::
260-
261255
1. From **Configuration + pricing** tab
262256
1. Select **Enable managed disk** option
263257
1. From **Standard disks**, Enter the **Numbet of disks**
264258
1. Choose your **Worker node**
265259

266260
You can verify the number of disks from **Review + create** tab, under **Cluster configuration**
267261

262+
### Add application
263+
264+
HDInsight application is an application, that users can install on a Linux-based HDInsight cluster. You can use applications provided by Microsoft, third parties, or developed by you.. For more information, see [Install third-party Apache Hadoop applications on Azure HDInsight](hdinsight-apps-install-applications.md).
265+
266+
Most of the HDInsight applications are installed on an empty edge node. An empty edge node is a Linux virtual machine with the same client tools installed and configured as in the head node. You can use the edge node for accessing the cluster, testing your client applications, and hosting your client applications. For more information, see [Use empty edge nodes in HDInsight](hdinsight-apps-use-edge-node.md).
267+
268268
### Script actions
269269

270270
You can install additional components or customize cluster configuration by using scripts during creation. Such scripts are invoked via **Script Action**, which is a configuration option that can be used from the Azure portal, HDInsight Windows PowerShell cmdlets, or the HDInsight .NET SDK. For more information, see [Customize HDInsight cluster using Script Action](hdinsight-hadoop-customize-cluster-linux.md).

0 commit comments

Comments
 (0)