chenxinya / hbase-meta-repair

Repair hbase metadata table from hdfs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hbase-meta-repair

Organization GitHub release License

Repair hbase metadata for Apache HBase™ versions before 2.0.3 and 2.1.1 (hbase versions without HBCK2).

Configuration

  • application.properties

    # hbase zk host:port
    zookeeper.address=host:port,host:port,host:port
    # hbase zk root
    zookeeper.nodeParent=/hbase
    # hbase hdfs root
    hdfs.root.dir=hdfs://nameservice/hbase
  • core-site.xml Using profiles on Hadoop clusters(copy from your cluster).

  • hdfs-site.xml Using profiles on Hadoop clusters(copy from your cluster).

  • pom.xml Change hbase.version to your version.

Building repair

$ mvn install

Running repair

$ java -jar -Drepair.tableName={tableName} hbase-repair-{version}.jar

About

Repair hbase metadata table from hdfs.

License:Apache License 2.0


Languages

Language:Java 100.0%