hbase cannot find an existing table

前端 未结 10 1466
执念已碎
执念已碎 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:16

    A bit late, maybe it's helpful to the searcher.

    1. Run the ZooKeeper shell hbase zkcli
    2. In the shell run ls /hbase/table
    3. Run rmr /hbase/table/TABLE_NAME
    4. Restart Hbase

提交回复
热议问题