码迷,mamicode.com
首页 > 其他好文 > 详细

hbase_异常_01_Hbase: Failed to become active master

时间:2018-03-22 17:34:21      阅读:435      评论:0      收藏:0      [点我收藏+]

标签:blog   pre   hdf   异常   gpo   site   文件   .net   core   

一、异常现象

启动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

标签:blog   pre   hdf   异常   gpo   site   文件   .net   core   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!