zoukankan      html  css  js  c++  java
  • 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 异常退出!

  • 相关阅读:
    数组——基础
    程序流程控制——循环结构
    程序流程控制——分支结构
    运算符
    进制
    变 量
    Java中的名称命名规范
    标识符(Identifier)
    保留字(reserved word)
    关键字
  • 原文地址:https://www.cnblogs.com/tnsay/p/5969371.html
Copyright © 2011-2022 走看看