It seems there were 3 files on s3 (they're all on the same line).
If possible, can you pastebin parts of master log which were related to the
table ?
That may give us more clue.
On Thu, Feb 22, 2018 at 10:01 AM, Vikas Kanth <
kanth_vi...@yahoo.co.in.invalid> wrote:
> Hi Ted,
> Thanks for reply
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
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 ?
A
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
r