- 📚 相关推荐文章
- 解决idea git Update failed unable to access ‘httpxxx‘ The requested URL returned error: 500 推荐
- 解决 Failed to *** : Access denied 推荐
- 解决fatal: unable to access xxx: Failed to connect to github.com port 443: Timed out 推荐
- UE 创建c++class报错Unhandled Exception: EXCEPTION 推荐
- can not access a member of class xxx with modifiers “private“ 推荐

HA Failed construction of Regionserver: class org.apache.hadoop.hbase.regionserver.HRegionServer
我的是HA hbase第三台虚拟机的Hclass=infotextkey>Regionserver没有起来,如果配置正确的话,那一定就是虚拟机找错位置了 所以报错 2021-01-06 18:01:34,576 ERROR [main] regionserver.HRegionServerCommandLine: Region server exiting java.lang.RuntimeException: Failed construction of Regionserver: class org.apache.hadoop.hbase.regionserver.HRegionServer
解决:所以我们三台都建立软连接
把Hadoop的core-site.xml和hdfs-site.xml给到hbase的conf目录
ln -s /export/servers/hadoop-2.6.0-cdh5.14.0/etc/hadoop/core-site.xml /export/servers/hbase-1.2.0-cdh5.14.0/conf/core-site.xml ln -s /export/servers/hadoop-2.6.0-cdh5.14.0/etc/hadoop/hdfs-site.xml /export/servers/hbase-1.2.0-cdh5.14.0/conf/hdfs-site.xml然后重新开启start -hbase 试试看
👁️ 阅读量:0
© 版权声明:本文《HA Failed construction of Regionserver: class org.apache.hadoop.hbase.regionserver.HRegionServer》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686508968a274494.html。