hbase cannot find an existing table

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

    I get a similar error message when I try an HBase connection from a Java client on a machine that doesn't have the TCP privilege to access the HBase machines. The table indeed exists when I do hbase shell on the HBase machine itself.

    Does opentsdb has all the privileges/port config to access the HBase machine ?

提交回复
热议问题