HBASE 2.0 hbck使用

基于CDH 6.2.0 hbase 2.0.0 

$ git  clone  https://github.com/apache/hbase-operator-tools.git
 

$ cd hbase-operator-tools/

$ mvn clean package -DskipTests
会生产jar包:hbase-hbck2/target/hbase-hbck2-1.0.0-SNAPSHOT.jar 

 

拷贝到指定目录

 

 hbase hbck -j ./hbase-hbck2-1.0.0-SNAPSHOT.jar setTableState users ENABLED

 

 

参考:https://www.codercto.com/a/46889.html 

你可能感兴趣的:(HBASE 2.0 hbck使用)