hbase cannot find an existing table

前端 未结 10 1470
执念已碎
执念已碎 2020-12-15 19:34

I set up a hbase cluster to store data from opentsdb. Recently due to reboot of some of the nodes, hbase lost the table \"tsdb\". I can still it on hbase\'s master node page

10条回答
  •  盖世英雄少女心
    2020-12-15 20:11

    I am not very sure why you are unable to scan it. However, to recreate the table, you can try this:

    1) Delete all entries in the .META table for this table manually, and

    2) Delete the directory corresponding to this table from HDFS

    Try creating the table again after that.

提交回复
热议问题