Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.03 KB

nifi-install-HDIEdgeNode.md

File metadata and controls

20 lines (17 loc) · 1.03 KB

Install NiFi on an Azure HDInsight Edge Node

With the following steps you can install Apache NiFi on an Azure HDInsight Edge Node:

  1. Copy the installation Script on your Azure Data Lakes Store.
  2. Add the script as an installScriptAction to your Arm Template for the Edge Node:
                "installScriptActions": [
                    {
                        "name": "[concat('emptynode','-' ,uniquestring(variables('applicationName')))]",
                        "uri": "adl://*yourADLS*.azuredatalakestore.net/cluster/shell/nifi-install.sh",
                        "roles": [
                            "edgenode"
                        ]
                    }
  1. Deploy the Edge Node
  2. Setup an SSH-Tunnel to access the NiFi site.
  3. You can access Apache NiFi on your edge Node: http://edgenode.internal.cloudapp.net:8080/nifi/