首页 > 其他 > 详细

Hbase出现ERROR: Can't get master address from ZooKeeper; znode data == null解决办法

时间:2018-02-03 15:18:56      阅读:277      评论:0      收藏:0      [点我收藏+]

 问题描述如下:

技术分享图片

技术分享图片
hbase(main):001:0> list
TABLE                                                                                                                                                                                          

ERROR: Can‘t get master address from ZooKeeper; znode data == null

Here is some help for this command:
List all tables in hbase. Optional regular expression parameter could
be used to filter the output. Examples:

  hbase> list
  hbase> list ‘abc.*‘
  hbase> list ‘ns:abc.*‘
  hbase> list ‘ns:.*‘


hbase(main):002:0> list
TABLE                                                                                                                                                                                          

ERROR: Can‘t get master address from ZooKeeper; znode data == null

Here is some help for this command:
List all tables in hbase. Optional regular expression parameter could
be used to filter the output. Examples:

  hbase> list
  hbase> list ‘abc.*‘
  hbase> list ‘ns:abc.*‘
  hbase> list ‘ns:.*‘


hbase(main):003:0> 
技术分享图片

 

 

 

 出现此问题可能是zookeeper不稳定造成的,采用的是虚拟机,经常挂起的状态,使用hbase的list命令出现下面错误,这个可能是hbase的稳定性造成的.可能还有其他方法.我的集群是这种情况.

注意:本博文目的是为了记录和复习,不建议作为教程.

感谢http://www.cnblogs.com/zlslch/p/6556870.html#commentform给予的参考

 

Hbase出现ERROR: Can't get master address from ZooKeeper; znode data == null解决办法

原文:https://www.cnblogs.com/wzlbigdata/p/8408710.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!