Skip to content

Commit 1490ab2

Browse files
authored
Update hdinsight-hadoop-provision-linux-clusters.md
1 parent 8924a76 commit 1490ab2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ Custom cluster setup builds on the Quick create settings, and adds the following
142142
- [Script actions](#advanced-settings-script-actions)
143143
- [Virtual network](#advanced-settings-extend-clusters-with-a-virtual-network)
144144

145+
## Install HDInsight applications on clusters
146+
147+
An 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 that you develop yourself. For more information, see [Install third-party Hadoop applications on Azure HDInsight](hdinsight-apps-install-applications.md).
148+
149+
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).
145150

146151
## Configure cluster size
147152

@@ -194,12 +199,6 @@ To find out what value you should use to specify a VM size while creating a clus
194199
195200
For more information, see [Sizes for virtual machines](../virtual-machines/windows/sizes.md). For information about pricing of the various sizes, see [HDInsight pricing](https://azure.microsoft.com/pricing/details/hdinsight).
196201

197-
## Install HDInsight applications on clusters
198-
199-
An 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 that you develop yourself. For more information, see [Install third-party Hadoop applications on Azure HDInsight](hdinsight-apps-install-applications.md).
200-
201-
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).
202-
203202
## Advanced settings: Script actions
204203

205204
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)