• hbase.client.RetriesExhaustedException: Can't get the locations hive关联Hbase查询报错


    特征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 异常退出!

  • 相关阅读:
    Html
    git和github简易教程
    Java基础
    如何学习一门语言
    leetcode题解(持续更新)
    浅谈安全威胁+引子
    内网渗透基础
    Java运算符
    Java修饰符
    Java变量类型
  • 原文地址:https://www.cnblogs.com/tnsay/p/5969371.html
Copyright © 2020-2023  润新知