特征1:

hbase.client.RetriesExhaustedException: Can't get the locations

特征2:

hbase日志报错如下:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /hbase/hbaseid

特征3:

unexpected error, closing socket connection and attempting reconnect

 

shell终端打开全部的shell,运行命令,检查Zookeeper是否正常

命令:zkServer.sh status

如果发现zkServer.sh 出现 没有运行的指令

关闭这台机器的Zookeeper

zkServer.sh stop

然后再

zkServer.sh start

 

exit; 退出hive终端,重新进入hive查询测试

 

本人测试完成解决!

 

问题原因:

zookeeper 异常退出!

相关文章:

  • 2021-06-16
  • 2022-12-23
  • 2022-01-08
  • 2022-01-09
  • 2021-09-21
  • 2021-09-07
  • 2021-07-17
  • 2021-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-08
  • 2022-03-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-01-30
相关资源
相似解决方案