hbase安装中遇到的一些问题及解决办法

来源:互联网 发布:淘宝怎么看买家秀 编辑:程序博客网 时间:2024/05/18 02:57

hbase(main):001:0> list

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要在本地有个tmp目录,没建立的问题

这个错误

 Operation category READ is not supported in state standby

要求运行hbase的是active的hdfs


还有,执行的时候,看错误日志,是与zookeeper时间超时,同步时间解决


阅读全文
0 0
原创粉丝点击