Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening a port on HDInsight cluster on Azure

I have a microsoft Azure HDInsight cluster.

On the node I am rdp'ing and starting an application that binds to port 8080. I would like to be able to connect to this application from outside the cluster.

I have my cluster connection string (https://xxxxx.azurehdinsight.net) however when I try to connect to it I am timing out.

I believe this is due to the fact that I have not opened port 8080 to public. How can I do this as under the cluster I only have Hadoop Services and username....

like image 201
mangusbrother Avatar asked Jan 05 '15 12:01

mangusbrother


People also ask

How do I SSH into HDInsight cluster?

Create HDInsight using the public keyUncheck Use cluster login password for SSH, and then select Public Key as the SSH authentication type. Finally, select the public key file or paste the text contents of the file in the SSH public key field.

Which of the options are considered Azure HDInsight cluster types?

Azure HDInsight enables you to create clusters with open-source frameworks such as Hadoop, Spark, Hive, LLAP, Kafka, and HBase.

What is HDInsight cluster in Azure?

Azure HDInsight is a managed Apache Hadoop service that lets you run Apache Spark, Apache Hive, Apache Kafka, Apache HBase, and more in the cloud.


1 Answers

At this point in time, we don't allow you to control / open additional network ports on an HDInsight cluster.

You can deploy an HDInsight cluster into an Azure Virtual network if you'd like to have another machine in Azure to have access to all of the ports/nodes on the cluster. We've documented how to deploy into a vnet in this article.

like image 115
Matt Winkler Avatar answered Oct 03 '22 17:10

Matt Winkler