Details
Description
Unlike scan, get in HBase shell does not accept FILTER as an argument.
hbase(main):001:0> get 'table', 'row3', {FILTER => "ValueFilter (=, 'binary:valueX')"} COLUMN CELL ERROR: Failed parse of {"FILTER"=>"ValueFilter (=, 'binary:valueX')"}, Hash Here is some help for this command: ...