Re: Hbase 2.2.5 Unable to load .regioninfo from table

2020-09-22 Thread Sean Busbey
hurm. following the instructions from the reference guide works for me. Is there a specific reason you're passing the '--internal-classpath' flag? Do other hadoop jobs work? what if you submit it as a proper MR job? unfortunately the ref guide is thin on explaining this atm, but it looks like: HA

Re: Hbase 2.2.5 Unable to load .regioninfo from table

2020-09-22 Thread Martin Braun
Hello Sean, thank you for you quick response! Replaying the wal files would be OK- however I am struggling using the WALPlayer: hbase --internal-classpath org.apache.hadoop.hbase.mapreduce.WALPlayer hdfs://localhost:9000/hbase/data/default/tt_ix_parent_item/ae1553c4d6140110c51c535ba1dbc1a0/

Re: Hbase 2.2.5 Unable to load .regioninfo from table

2020-09-22 Thread Sean Busbey
bulk loading stuff works with hfiles. recovered.edits files are formatted the same as WAL files rather than as HFiles. for wal files you can use the wal replayer to ensure those edits are all present in the table. IIRC there is an unknown sequence of events that can result in the recovered edits s

Hbase 2.2.5 Unable to load .regioninfo from table

2020-09-22 Thread Martin Braun
Hello all, I have an issue with hbase 2.2.5 (and hadoop-2.8.5) after a full disk event I have 38 inconsistencies, when I do a hbase --internal-classpath hbck I get a bunch of these errors: ERROR: Orphan region in HDFS: Unable to load .regioninfo from table tt_ix_bizStep_inserting in hdfs