【发布时间】:2016-07-27 16:10:38
【问题描述】:
我在 col 系列 (CF) 中有 3 个 cols {col1, col2, col3}。我想编写一个扫描,以便选择所有具有col1='val1' and col2='val2' and (col3 is missing or col3 is null) 的行。
在 Java 中执行此操作 - 抱歉,我对 hbase 完全陌生 ;-)
【问题讨论】:
标签: java hadoop hbase database-scan