0
votes

I am working on a data project, I am using EMR cluster for data processing My AWS environment is restricted it doesn't allow me to use EMR manage security group For that, I need a list of custom ports for EMR master and slave node.

1
I think this is for Hbase onlyPravin Garodi
I am using Hadoop, Spark, Hive, Tez Hbase , Zookeeper, pig in EMRPravin Garodi

1 Answers

0
votes

You can see list of Web Interfaces Hosted on Amazon EMR Clusters.

To see what other ports listening on any node

netstat -tunalp | grep LISTEN