zoukankan      html  css  js  c++  java
  • 【记录】win环境下hbase启动报错 master.HMaster: hbase:meta,,1.1588230740 is NOT online

    报错信息例如:

    2019-09-02 09:43:21,534 WARN [master/s128:16000:becomeActiveMaster] master.HMaster: hbase:meta,,1.1588230740 is NOT online; state={1588230740 state=OPEN, ts=1567388594985, server=s130,16020,1567155264196}; ServerCrashProcedures=true. Master startup cannot progress, in holding-pattern until region onlined.
    2019-09-02 09:43:22,535 WARN [master/s128:16000:becomeActiveMaster] master.HMaster: hbase:meta,,1.1588230740 is NOT online; state={1588230740 state=OPEN, ts=1567388594985, server=s130,16020,1567155264196}; ServerCrashProcedures=true. Master startup cannot progress, in holding-pattern until region onlined.
    2019-09-02 09:43:24,536 WARN [master/s128:16000:becomeActiveMaster] master.HMaster: hbase:meta,,1.1588230740 is NOT online; state={1588230740 state=OPEN, ts=1567388594985, server=s130,16020,1567155264196}; ServerCrashProcedures=true. Master startup cannot progress, in holding-pattern until region onlined.
    2019-09-02 09:43:28,537 WARN [master/s128:16000:becomeActiveMaster] master.HMaster: hbase:meta,,1.1588230740 is NOT online; state={1588230740 state=OPEN, ts=1567388594985, server=s130,16020,1567155264196}; ServerCrashProcedures=true. Master startup cannot progress, in holding-pattern until region onlined.

    猜测问题,可能是不同网络环境造成,连接不同WiFi启动hbase。

    解决问题:把在zookeeper中删除/hbase即可,本文的zookeeper用的是hbase自带的,产生的文件在D:hbase,这里还清空一下Hadoop,如下

    D:IT_SoftwareHBasehadoop-2.7.3inhdfs namenode -format
    rmdir /s/q D:Hortanwork1gbhadoopramSoftwarehadoop-2.7hadoop-2.7.1datadatanode
    mkdir D:Hortanwork1gbhadoopramSoftwarehadoop-2.7hadoop-2.7.1datadatanode

    参考文章:https://blog.csdn.net/weixin_30553777/article/details/101360935

  • 相关阅读:
    洛谷-P5357-【模板】AC自动机(二次加强版)
    洛谷-P3796-【模板】AC自动机(加强版)
    洛谷-P3808-【模板】AC自动机(简单版)
    2020 CCPC Wannafly Winter Camp Day2-K-破忒头的匿名信
    zabbix的搭建
    playbook 介绍
    ansible 模块
    shell 脚本判断ip
    shell 脚本安装lnmp
    expect 介绍
  • 原文地址:https://www.cnblogs.com/xiaostudy/p/14679220.html
Copyright © 2011-2022 走看看