scan 'TABLENAME', {FILTER=>"(SingleColumnValueFilter('CF', ‘CQ', =, 'binary:VALUE', true, true))”}
the first true means filterIfColumnMissing
the second true means setLatestVersionOnly
scan 'TABLENAME', {FILTER=>"(SingleColumnValueFilter('CF', ‘CQ', =, 'binary:VALUE', true, true))”}
the first true means filterIfColumnMissing
the second true means setLatestVersionOnly
2 Responses to [HBase] Use SingleColumnFilter in shell.