Default Namenode port of HDFS is 50070.But I have come across at some places 8020 or 9000

后端 未结 10 2017
后悔当初
后悔当初 2020-11-30 20:07

When I setup the hadoop cluster, I read the namenode runs on 50070 and I set up accordingly and it\'s running fine.

But in some books I have come across name node ad

10条回答
  •  一向
    一向 (楼主)
    2020-11-30 20:52

    50070 is the default UI port for namenode . while 8020/9000 is the Inter Process Communicator port (IPC) for namenode.

    Reference to IPC port : https://en.wikipedia.org/wiki/Inter-process_communication

提交回复
热议问题