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

  • 相关阅读:
    canvas
    canvas基础
    canvas基础
    面向对象
    函数的原型链
    原型链&Object的一些方法
    普通函数和构造函数
    下载RDO OpenStack RPM
    RHEL7修改swappiness
    2016年新年愿望
  • 原文地址:https://www.cnblogs.com/tnsay/p/5969371.html
Copyright © 2011-2022 走看看