For a user table, you should see the following in the table dir: drwxr-xr-x - hbase hdfs 0 2018-02-16 22:20 /apps/hbase/data/data/default/t1/.tabledesc drwxr-xr-x - hbase hdfs 0 2018-02-16 22:20 /apps/hbase/data/data/default/t1/.tmp
Is the table descriptor under mytable ? At the time of 'Unknown table mytable!' error, what do you see in master log ? Which hbase release are you using ? Cheers On Wed, Feb 21, 2018 at 12:44 PM, Vikas Kanth < kanth_vi...@yahoo.co.in.invalid> wrote: > 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