标签: hadoop hbase
我在hbase中保存数据列表,其中包含唯一ID和列系列名称:
我可以查询具有特定id的地址列系列,但我想查询json值,如
其中homenumber = 4
我们可以这样做吗?任何例子都会有所帮助
由于
答案 0 :(得分:0)
您可以使用HBase过滤器。找到可能的重复问题
Scan with filter using HBase shell
Scan HTable rows for specific column value using HBase shell 要开始使用HBase过滤器,请参阅
http://hbase.apache.org/0.94/book/client.filter.html
http://www.hadooptpoint.org/filters-in-hbase-shell/