hbase 遇到过的问题
Posted 薛定谔的猫!
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hbase 遇到过的问题相关的知识,希望对你有一定的参考价值。
1:下面这个错误是因为我zookeeper忘了启动了,启动你的zookeeper,重新启动下你的hbase
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 遇到过的问题的主要内容,如果未能解决你的问题,请参考以下文章
切换到特定片段会产生奇怪的 java.lang.NullPointerException
Hbase delete遇到的常见异常: Exception in thread "main" java.lang.UnsupportedOperationException(代码