Hbase

时间:2016-05-09 08:54:20

标签: hbase

我有一个客户表,其客户ID为rowkey。我现在要求通过拳头姓名和姓氏查询客户。如何使用HBase Shell在where子句中的两列中扫描表。 我知道如何为一个专栏做这件事。

1 个答案:

答案 0 :(得分:0)

在hbase扫描期间可以使用一些过滤器(value filter

查看更多Scan HTable rows for specific column value using HBase shell