首页 > 其他 > 详细

hbase_异常_01_Hbase: Failed to become active master

时间:2018-03-22 16:49:06      阅读:5446      评论:0      收藏:0      [点我收藏+]

一、异常现象

启动hbase之后,抛出异常,异常信息如下:

master.HMaster: Failed to become active master

hbase java.net.ConnectException: Call From to 9000 failed on connection exception: java.net.ConnectException: Connection refused;

 

二、异常原因

参考:Hbase: Failed to become active master 的解释:

Can you please check the config "hbase.rootdir". Looks like this config is pointing to NameNode which is in StandBy Node.

Try changing this to point to Active NameNode or change it to value of your config fs.defaultFS in core-site.xml and then the hdfs path.

 

要保持  hbase-site.xml  中的  hbase.rootdir  的值 与  core-site.xml  中的 fs.default.name  值保持一致,

而在这两个配置文件中的hostname不一致,一个是localhost 一个是rayner。所以出问题了。

 

三、异常解决

保持所有配置文件中的hostname一致,都为 rayner

 

四、参考资料

1.Hbase: Failed to become active master 

 

hbase_异常_01_Hbase: Failed to become active master

原文:https://www.cnblogs.com/shirui/p/8624520.html

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