Table is neither enables nor disabled in HBase

后端 未结 4 2587
萌比男神i
萌比男神i 2021-02-20 16:43

I am facing a weird problem. I was accessing my HBase tables through an API. Midway during execution I got a RegionNotServing for my table \'x\'. But My HRegionServers were work

4条回答
  •  没有蜡笔的小新
    2021-02-20 17:05

    I had a similar issue before. The problem was because Zookeeper was holding the table. So I deleted the table manually by following the below steps

    1. Enter into hbase zookeper client mode using hbase zkcli command
    2. Delete the table using the command delete /hbase/table/x

提交回复
热议问题