hbase创建表时出错ERROR: org.apache.hadoop.hbase.MasterNotRunningException: Retried 7 times
[root@localhost bin]# ./start-hbase.sh
localhost: starting zookeeper, logging to /usr/local/hbase/bin/../logs/hbase-root-zookeeper-localhost.localdomain.out
starting master, logging to /usr/local/hbase/logs/hbase-liumiao-master-localhost.localdomain.out
localhost: starting regionserver, logging to /usr/local/hbase/bin/../logs/hbase-root-regionserver-localhost.localdomain.out
[root@localhost bin]# jps
3056 NodeManager
2817 SecondaryNameNode
2962 ResourceManager
2546 NameNode
3589 HQuorumPeer
3815 HRegionServer
3687 HMaster
2638 DataNode
3918 Jps
[root@localhost bin]# ./hbase shell
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Type "exit<RETURN>" to leave the HBase Shell
Version 0.94.27, rfb434617716493eac82b55180b0bbd653beb90bf, Thu Mar 19 06:17:55 UTC 2015
hbase(main):001:0> list
TABLEERROR: org.apache.hadoop.hbase.MasterNotRunningException: Retried 7 times
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,第一次用。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
楼主解决了吗?我的HMaster进程在hbase启动的时候就挂掉,出现的问题跟楼主一样,求解决方法
我也遇到同样问题,怎么解决,等大神
HMaster已经启动 了,jps查看启动项也有HMaster的。
HBASe master 进程没启动你用jps命令查看一下。有HMaster这个进程就算Master启动成功