Install third-party Apache Hadoop applications on Azure HDInsight
Learn how to install a third-party Apache Hadoop application on Azure HDInsight. For instructions on installing your own application, see Install custom HDInsight applications.
An HDInsight application is an application that users can install on an HDInsight cluster. These applications can be developed by Microsoft, independent software vendors (ISV) or by yourself.
The following list shows the published applications:
Application | Cluster type(s) | Description |
---|---|---|
AtScale Intelligence Platform | Hadoop | AtScale turns your HDInsight cluster into a scale-out OLAP server, allowing you to query billions of rows of data interactively using the BI tools you already know, own, and love – from Microsoft Excel, Power BI, Tableau Software to QlikView. |
Datameer | Hadoop | Datameer's self-service scalable platform for preparing, exploring, and governing your data for analytics accelerates turning complex multisource data into valuable business-ready information, delivering faster, smarter insights at an enterprise-scale. |
Dataiku DSS on HDInsight | Hadoop, Spark | Dataiku DSS in an enterprise data science platform that lets data scientists and data analysts collaborate to design and run new data products and services more efficiently, turning raw data into impactful predictions. |
WANdisco Fusion HDI App | Hadoop, Spark, HBase, Kafka | Keeping data consistent in a distributed environment is a massive data operations challenge. WANdisco Fusion, an enterprise-class software platform, solves this problem by enabling unstructured data consistency across any environment. |
H2O SparklingWater for HDInsight | Spark | H2O Sparkling Water supports the following distributed algorithms: GLM, Naïve Bayes, Distributed Random Forest, Gradient Boosting Machine, Deep Neural Networks, Deep learning, K-means, PCA, Generalized Low Rank Models, Anomaly Detection, Autoencoders. |
Striim for Real-Time Data Integration to HDInsight | Hadoop, HBase, Spark, Kafka | Striim (pronounced "stream") is an end-to-end streaming data integration + intelligence platform, enabling continuous ingestion, processing, and analytics of disparate data streams. |
Jumbune Enterprise-Accelerating BigData Analytics | Hadoop, Spark | At a high level, Jumbune assists enterprises by, 1. Accelerating Tez, MapReduce & Spark engine based Hive, Java, Scala workload performance. 2. Proactive Hadoop Cluster Monitoring, 3. Establishing Data Quality management on distributed file system. |
Kyligence Enterprise | Hadoop, HBase, Spark | Powered by Apache Kylin , Kyligence Enterprise Enables BI on Big Data. As an enterprise OLAP engine on Hadoop, Kyligence Enterprise empowers business analyst to architect BI on Hadoop with industry-standard data warehouse and BI methodology. |
StreamSets Data Collector for HDInsight Cloud | Hadoop, HBase, Spark, Kafka | StreamSets Data Collector is a lightweight, powerful engine that streams data in real time. Use Data Collector to route and process data in your data streams. It comes with a 30 day trial license. |
Trifacta Wrangler Enterprise | Hadoop, Spark, HBase | Trifacta Wrangler Enterprise for HDInsight supports enterprise-wide data wrangling for any scale of data. The cost of running Trifacta on Azure is a combination of Trifacta subscription costs plus the Azure infrastructure costs for the virtual machines. |
Unifi Data Platform | Hadoop, HBase, Spark | The Unifi Data Platform is a seamlessly integrated suite of self-service data tools designed to empower the business user to tackle data challenges that drive incremental revenue, reduce costs or operational complexity. |
The instructions provided in this article use Azure portal. You can also export the Azure Resource Manager template from the portal or obtain a copy of the Resource Manager template from vendors, and use Azure PowerShell and Azure Classic CLI to deploy the template. See Create Apache Hadoop clusters on HDInsight using Resource Manager templates.
Prerequisites
If you want to install HDInsight applications on an existing HDInsight cluster, you must have an HDInsight cluster. To create one, see Create clusters. You can also install HDInsight applications when you create an HDInsight cluster.
Install applications to existing clusters
The following procedure shows you how to install HDInsight applications to an existing HDInsight cluster.
Install an HDInsight application
Sign in to the Azure portal.
From the left menu, navigate to All services > Analytics > HDInsight clusters.
Select an HDInsight cluster from the list. If you don't have one, you must create one first. see Create clusters.
Under the Settings category, select Applications. You can see a list of installed applications in the main window.
Select +Add from the menu. You can see a list of available applications. If +Add is greyed out, that means there are no applications for this version of the HDInsight cluster.
Select one of the available applications, and then follow the instructions to accept the legal terms.
You can see the installation status from the portal notifications (select the bell icon on the top of the portal). After the application is installed, the application appears on the Installed Apps list.
Install applications during cluster creation
You have the option to install HDInsight applications when you create a cluster. During the process, HDInsight applications are installed after the cluster is created and is in the running state. To install applications during cluster creation using the Azure portal, from the Configuration + pricing tab, select + Add application.
List installed HDInsight apps and properties
The portal shows a list of the installed HDInsight applications for a cluster, and the properties of each installed application.
List HDInsight application and display properties
Sign in to the Azure portal.
From the left menu, navigate to All services > Analytics > HDInsight clusters.
Select an HDInsight cluster from the list.
Under the Settings category, select Applications. You can see a list of installed applications in the main window.
Select one of the installed applications to show the property. The property lists:
Property Description App name Application name. Status Application status. Webpage The URL of the web application that you have deployed to the edge node. The credential is the same as the HTTP user credentials that you have configured for the cluster. SSH endpoint You can use SSH to connect to the edge node. The SSH credentials are the same as the SSH user credentials that you have configured for the cluster. For information, see Use SSH with HDInsight. Description Application description. To delete an application, right-click the application, and then click Delete from the context menu.
Connect to the edge node
You can connect to the edge node using HTTP and SSH. The endpoint information can be found from the portal. For information, see Use SSH with HDInsight.
The HTTP endpoint credentials are the HTTP user credentials configured for the HDInsight cluster. The SSH endpoint credentials are the SSH credentials configured for the HDInsight cluster.
Troubleshoot
See Troubleshoot the installation.
Next steps
- Install custom HDInsight applications: learn how to deploy an unpublished HDInsight application to HDInsight.
- Publish HDInsight applications: Learn how to publish your custom HDInsight applications to Azure Marketplace.
- MSDN: Install an HDInsight application: Learn how to define HDInsight applications.
- Customize Linux-based HDInsight clusters using Script Action: learn how to use Script Action to install additional applications.
- Create Linux-based Apache Hadoop clusters in HDInsight using Resource Manager templates: learn how to call Resource Manager templates to create HDInsight clusters.
- Use empty edge nodes in HDInsight: learn how to use an empty edge node for accessing HDInsight cluster, testing HDInsight applications, and hosting HDInsight applications.