AWS EMR Master Node
Jump to navigation
Jump to search
An AWS EMR Master Node is a YARN Master Node within an AWS EMR Cluster.
- See: EMR Slave Node.
References
2018
- https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-web-interfaces.html
- QUOTE: Hadoop and other applications you install on your Amazon EMR cluster, publish user interfaces as web sites hosted on the master node. For security reasons, when using EMR-Managed Security Groups, these web sites are only available on the master node's local web server, so you need to connect to the master node to view them. For more information, see Connect to the Master Node Using SSH. Hadoop also publishes user interfaces as web sites hosted on the core and task (slave) nodes. These web sites are also only available on local web servers on the nodes.
- YARN ResourceManager http://master-public-dns-name:8088/
- YARN NodeManager ...
- Hadoop HDFS NameNode http://master-public-dns-name:50070/
- Hadoop HDFS DataNode ...
- Spark HistoryServer http://master-public-dns-name:18080/
- Zeppelin http://master-public-dns-name:8890/
- Hue http://master-public-dns-name:8888/
- Ganglia http://master-public-dns-name/ganglia/
- HBase UI http://master-public-dns-name:16010/
- QUOTE: Hadoop and other applications you install on your Amazon EMR cluster, publish user interfaces as web sites hosted on the master node. For security reasons, when using EMR-Managed Security Groups, these web sites are only available on the master node's local web server, so you need to connect to the master node to view them. For more information, see Connect to the Master Node Using SSH. Hadoop also publishes user interfaces as web sites hosted on the core and task (slave) nodes. These web sites are also only available on local web servers on the nodes.