无法在hbase中获取副本0的位置

eqoofvh9  于 2021-05-29  发布在  Hadoop
关注(0)|答案(0)|浏览(284)

登录hbase时,我可以使用list命令来显示表,但是当我使用scan命令时,出现“cannot get the location for replica 0”错误。有什么问题,我是hbase的初学者。见下表:

hbase(main):001:0> list
TABLE
Contacts
1 row(s) in 0.2370 seconds

=> ["Contacts"]
hbase(main):002:0> scan 'Contacts'
ROW                                             COLUMN+CELL

ERROR: Can't get the location for replica 0

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题