Hadoop
[Hadoop3] Web Interface Port 번호
눈가락
2020. 7. 17. 10:56
하둡 웹 인터페이스의 포트 넘버는 아래와 같다.
Web Interfaces
Once the Hadoop cluster is up and running check the web-ui of the components as described below:
DaemonWeb InterfaceNotes
NameNode | http://nn_host:port/ | Default HTTP port is 9870. |
ResourceManager | http://rm_host:port/ | Default HTTP port is 8088. |
MapReduce JobHistory Server | http://jhs_host:port/ | Default HTTP port is 19888. |
https://kontext.tech/column/hadoop/265/default-ports-used-by-hadoop-services-hdfs-mapreduce-yarn
참고로 Spark Web UI 는 4040, 18080 이다.
https://spark.apache.org/docs/latest/monitoring.html
18080 포트를 사용하여 볼 수 있는 ui 에서 각 job 의 DAG, event time 등을 볼 수 있다.