Hello,
I use CDH 6.3.2 with HBase 2.1.0-cdh6.3.2.
"hbase hbck" reports "ERROR: There is a hole in the region chain between .... You need to create a new .regioninfo and region dir in hdfs to plug the hole."
"hbase hbck -fixMeta" reports "ERROR: option '-fixMeta' is not supportted!".
"hbase hbck -j hbase-hbck2-1.1.0-SNAPSHOT.jar fixMeta" reports "java.lang.UnsupportedOperationException: fixMeta not supported on server version=2.1.0-cdh6.3.2; needs at least a server that matches or exceeds [2.0.6, 2.1.6, 2.2.1, 2.3.0, 3.0.0]".
"skip hbase version check" doesn't help (reports "Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.hbase.client.Hbck.fixMeta()V").
How can I repair this table?
-----------------
buddelflinktier