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-apps-install-custom-applications.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,19 +11,19 @@ ms.date: 01/02/2025
11
11
12
12
In this article, you'll learn how to install an [Apache Hadoop](https://hadoop.apache.org/) application on Azure HDInsight, which hasn't been published to the Azure portal. The application you'll install in this article is [Hue](https://gethue.com/).
13
13
14
-
An HDInsight application is an application that users can install on a HDInsight cluster. These applications can be developed by Microsoft, independent software vendors (ISV) or by yourself.
14
+
A HDInsight application is an application that users can install on a HDInsight cluster. These applications can be developed by Microsoft, independent software vendors (ISV) or by yourself.
15
15
16
16
## Prerequisites
17
17
18
-
If you want to install HDInsight applications on an existing HDInsight cluster, you must have an HDInsight cluster. To create one, see [Create clusters](hadoop/apache-hadoop-linux-tutorial-get-started.md). You can also install HDInsight applications when you create an HDInsight cluster.
18
+
If you want to install HDInsight applications on an existing HDInsight cluster, you must have a HDInsight cluster. To create one, see [Create clusters](hadoop/apache-hadoop-linux-tutorial-get-started.md). You can also install HDInsight applications when you create a HDInsight cluster.
19
19
20
20
## Install HDInsight applications
21
21
22
-
HDInsight applications can be installed when you create a cluster or to an existing HDInsight cluster. For defining Azure Resource Manager templates, see [MSDN: Install an HDInsight application](/rest/api/hdinsight/hdinsight-application).
22
+
HDInsight applications can be installed when you create a cluster or to an existing HDInsight cluster. For defining Azure Resource Manager templates, see [MSDN: Install a HDInsight application](/rest/api/hdinsight/hdinsight-application).
23
23
24
24
The files needed for deploying this application (Hue):
25
25
26
-
*[azuredeploy.json](https://github.com/hdinsight/Iaas-Applications/blob/master/Hue/azuredeploy.json): The Resource Manager template for installing HDInsight application. See [MSDN: Install an HDInsight application](/rest/api/hdinsight/hdinsight-application) for developing your own Resource Manager template.
26
+
*[azuredeploy.json](https://github.com/hdinsight/Iaas-Applications/blob/master/Hue/azuredeploy.json): The Resource Manager template for installing HDInsight application. See [MSDN: Install a HDInsight application](/rest/api/hdinsight/hdinsight-application) for developing your own Resource Manager template.
27
27
*[hue-install_v0.sh](https://github.com/hdinsight/Iaas-Applications/blob/master/Hue/scripts/Hue-install_v0.sh): The Script action being called by the Resource Manager template for configuring the edge node.
28
28
*[hue-binaries.tgz](https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv01/hue-binaries-14-04.tgz): The hue binary file being called from hui-install_v0.sh.
29
29
*[hue-binaries-14-04.tgz](https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv01/hue-binaries-14-04.tgz): The hue binary file being called from hui-install_v0.sh.
@@ -35,7 +35,7 @@ The files needed for deploying this application (Hue):
35
35
36
36
<ahref="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fhdinsight%2FIaas-Applications%2Fmaster%2FHue%2Fazuredeploy.json"target="_blank"><imgsrc="./media/hdinsight-apps-install-custom-applications/hdi-deploy-to-azure1.png"alt="Deploy to Azure button for new cluster"></a>
37
37
38
-
The Resource Manager template is located at [https://github.com/hdinsight/Iaas-Applications/tree/master/Hue](https://github.com/hdinsight/Iaas-Applications/tree/master/Hue). To learn how to write this Resource Manager template, see [MSDN: Install an HDInsight application](/rest/api/hdinsight/hdinsight-application).
38
+
The Resource Manager template is located at [https://github.com/hdinsight/Iaas-Applications/tree/master/Hue](https://github.com/hdinsight/Iaas-Applications/tree/master/Hue). To learn how to write this Resource Manager template, see [MSDN: Install a HDInsight application](/rest/api/hdinsight/hdinsight-application).
39
39
40
40
1. Select the existing **Resource group** that contains your cluster from the drop-down list. It's required to use the same resource group as the cluster.
41
41
@@ -53,7 +53,7 @@ You can see the installation status from the tile pinned to the portal dashboard
53
53
54
54
<ahref="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fhditutorialdata.blob.core.windows.net%2Fhdinsightapps%2Fcreate-linux-based-hadoop-cluster-in-hdinsight.json"target="_blank"><imgsrc="./media/hdinsight-apps-install-custom-applications/hdi-deploy-to-azure1.png"alt="Deploy to Azure button for new cluster"></a>
55
55
56
-
To learn how to write this Resource Manager template, see [MSDN: Install an HDInsight application](/rest/api/hdinsight/hdinsight-application).
56
+
To learn how to write this Resource Manager template, see [MSDN: Install a HDInsight application](/rest/api/hdinsight/hdinsight-application).
57
57
58
58
2. Follow the instruction to create cluster and install Hue. For more information on creating HDInsight clusters, see [Create Linux-based Hadoop clusters in HDInsight](hdinsight-hadoop-provision-linux-clusters.md).
59
59
@@ -101,7 +101,7 @@ If an application installation failed, you can see the error messages and debug
101
101
102
102
Open the cluster from the portal, and select Applications from Settings:
* HDInsight script action: If the HDInsight Applications' error message indicates a script action failure, more details about the script failure will be presented in the script actions pane.
107
107
@@ -133,8 +133,8 @@ az hdinsight application delete --name NAME --cluster-name CLUSTERNAME --resourc
133
133
134
134
## Next steps
135
135
136
-
*[MSDN: Install an HDInsight application](/rest/api/hdinsight/hdinsight-application): learn how to develop Resource Manager templates for deploying HDInsight applications.
137
-
*[Install HDInsight applications](hdinsight-apps-install-applications.md): Learn how to install an HDInsight application to your clusters.
136
+
*[MSDN: Install a HDInsight application](/rest/api/hdinsight/hdinsight-application): learn how to develop Resource Manager templates for deploying HDInsight applications.
137
+
*[Install HDInsight applications](hdinsight-apps-install-applications.md): Learn how to install a HDInsight application to your clusters.
138
138
*[Publish HDInsight applications](hdinsight-apps-publish-applications.md): Learn how to publish your custom HDInsight applications to Azure Marketplace.
139
139
*[Customize Linux-based HDInsight clusters using Script Action](hdinsight-hadoop-customize-cluster-linux.md): learn how to use Script Action to install additional applications.
140
140
*[Create Linux-based Apache Hadoop clusters in HDInsight using Resource Manager templates](hdinsight-hadoop-create-linux-clusters-arm-templates.md): learn how to call Resource Manager templates to create HDInsight clusters.
0 commit comments