mangusbrother
mangusbrother

Reputation: 4156

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....

Upvotes: 6

Views: 3098

Answers (1)

Matt Winkler
Matt Winkler

Reputation: 315

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.

Upvotes: 3

Related Questions