hbase查询语法

1、scan '表名',{FILTER=>"PrefixFilter('rowkey值')"}

scan 'useractions',{FILTER=>"PrefixFilter('taxpayerServiceCenter_20160917150521_INFO')"}

2、get '表名','rowkey值'

get 'useractions','taxpayerServiceCenter_20160917150521_INFO'

原文地址:https://www.cnblogs.com/java0619/p/6392622.html