hbase cannot find an existing table

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

    It is enough to remove the specified table from your zookeeper path. For example if zookeeper.znode.parent is configured to blob in hbase-site.xml you should start zkCli.sh in your zookeeper server shell and remove that directory by rmr /blob/table/tsdb command.

提交回复
热议问题