NameNode: java.net.BindException

前端 未结 1 1523
半阙折子戏
半阙折子戏 2020-12-12 05:18

hi folks i am stucked in very strange problem.I am installing HBase and hadoop on another VM by accessing it from my machine.Now i have properly installed hadoop and then ir

相关标签:
1条回答
  • 2020-12-12 05:48

    Based on your comment, you're probably is most probably related to the hosts file.

    Firstly you should uncomment the 127.0.0.1 localhost entry, this is a fundamental entry.

    Secondly, Have you set up hadoop and hbase to run with external accessible services - i'm not too up on hbase, but for hadoop, the services need to be bound to non-localhost addresses for external access, so your masters and slaves files in $HADOOP_HOME/conf need to name the actual machine names (or IP addresses if you don't have a DNS server). None of your configuration files should mention localhost, and should use either the host names or IP addresses.

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