Re: How to recover a table

2018-02-22 Thread Vikas Kanth
 Hi Ted,
Thanks for replying.I can see the descriptors under the table:
s3://mybucket/hbasedir/data/db1/mytable/.tabledesc/.tableinfo.01s3://mybucket/hbasedir/data/db1/mytable/.tabledescs3://mybucket/hbasedir/data/db1/mytable/.tmp

This is what I see in the HBM logs:
2018-02-21 09:02:29,918 WARN  [x,16000,1519199162102_ChoreService_3] 
master.CatalogJanitor: CatalogJanitor disabled! Not running scan.
$ hbase versionHBase 1.3.1
Thanks

How to recover a table

2018-02-21 Thread Vikas Kanth
I can see the regions of my table at 
s3://mybucket/hbasedir/data/db1/mytable/77b98d085239ed8668596ea659a7ad7dHowever,
 Hbase fails to identify the table:

hbase(main):002:0> describe 'mytable'ERROR: Unknown table mytable!
Commands like scan and count are failing as well.I have tried running the 
repair and fix commands (-fixMeta, -fixAssignment and others) without any 
success. These commands show 0 inconsistency.Other tables look healthy.
Please let me know how to recover the table. I can't afford to drop the table