Big Data common port summary -hadoop, hbase, hive, spark, kafka, zookeeper, etc. (continually updated)

Common port Summary:
Hadoop:    
    50070: HDFS WEB UI port
    8020: availability of HDFS RPC port
    9000: Non-availability of HDFS RPC port
    8088: Yarn of WEB UI Interface
    8485: JournalNode RPC port
    8019: ZKFC port
Zookeeper:
    2181: port client connections zookeeper in
    2888: within zookeeper cluster communication use, Leader listening on port
    3888: zookeeper port for election Leader
Hbase:
    60010: Master of Hbase the WEB UI port
    60030: regionServer of Hbase the WEB UI management port    
Hive:
    9083 : metastore services default listening port
    10000: Hive JDBC port of
the spark:
    7077: Application filed port of spark of master and worker communication port standalone cluster
    8080: master's WEB UI port resource scheduling
    8081: WEB UI port worker of resource scheduling
    4040: Driver of the port WEB UI task scheduler
    18080: WEB UI port Spark History Server of
Kafka:
    9092: RPC port for communication between cluster nodes Kafka
Redis:
    6379: Redis service port
CDH:
    7180: Cloudera Manager WebUI port
    7182: Cloudera Manager Server Agent, port
HUE:
    8888: Hue WebUI port
----------------
Disclaimer: This article is the original article CSDN bloggers "baigp", following copyright CC 4.0 BY-SA agreement, reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/u010476994/article/details/78681079

Guess you like

Origin www.cnblogs.com/sandea/p/12061378.html