【发布时间】:2016-11-16 12:04:43
【问题描述】:
我在 hbase 中有一个表,肯定包含数据:
scan "my_table", {LIMIT=>1}
000008d624784f434ea441eb930eb84e201511162015111624000024498 column=g:orig_ccy, timestamp=3688201677984955, value=XXX
但是,在 phoenix 中创建此表顶部的视图后,没有返回任何行:
select * from "my_table";
No rows selected (4.033 seconds)
在 HBASE 0.98.4 上使用 phoenix 4.2 版(我知道的旧版本)。
【问题讨论】: