linux虚拟机内集群报错:java.net.ConnectException: Connection refused,

2019-03-18 15:18:15,750 WARN org.apache.hadoop.hdfs.server.datanode.DataNode: IOException in offerService
java.io.EOFException: End of File Exception between local host is: "localhost/127.0.0.1"; destination host is: "hdp-01":9000; : java.io.EOFException; For more details see: 

在vi /etc/hosts时,删掉

127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4

::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

vi /etc/hosts 配置集群内主机的域名映射注意问题

相关文章:

  • 2022-12-23
  • 2021-07-28
  • 2021-05-20
  • 2021-12-02
  • 2021-07-10
  • 2021-05-26
  • 2021-09-11
  • 2022-12-23
猜你喜欢
  • 2022-01-07
  • 2021-11-19
  • 2021-12-03
  • 2021-09-26
  • 2022-12-23
  • 2021-12-04
  • 2022-01-21
相关资源
相似解决方案