Hadoop HDFS - Cannot connect to port on master

后端 未结 2 1766
无人共我
无人共我 2020-12-15 11:03

I\'ve set up a small Hadoop cluster for testing. Setup went fairly well with the NameNode (1 machine), SecondaryNameNode (1) and all DataNodes (3). The machines are named \"

相关标签:
2条回答
  • 2020-12-15 11:37

    Correct your /etc/hosts file to include localhost or correct your core-site file to specify ip or hostname of node that hosts HDFS filesystem.

    0 讨论(0)
  • 2020-12-15 11:53

    Replace localhost in hdfs://localhost:9000 with ip-address or hostname for the fs.default.name property in NameNode when there are remote nodes connecting to the NameNode.

    All processes on all nodes were checked to be up and running with jps

    There might be some errors in the log files. jps makes sure that the process is running.

    0 讨论(0)
提交回复
热议问题