搭建hbase的时候遇到这个问题
org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed setting up proxy interface org.apache.hadoop.hbase.ipc.HRegionInterface to localhost/127.0.0.1:33446 after attempts=1

一直很纠结,不知道哪里出了问题,后来查了半天,原来是/etc/hosts里边配置出的问题

127.0.1.1 后边是对应的主机名

将127.0.1.1改为127.0.0.1,问题解决,晕!

相关文章:

  • 2022-12-23
  • 2021-07-20
  • 2021-04-05
  • 2022-01-20
  • 2022-01-12
  • 2022-02-06
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2022-02-22
  • 2022-02-07
  • 2021-05-30
相关资源
相似解决方案