Member since
05-10-2017
2
Posts
0
Kudos Received
0
Solutions
05-10-2017
10:02 AM
Got the solution: echo "scan 'table1' ,{
FILTER => \"(SingleColumnValueFilter('Details','col2',!=,
'binary:XYZ')) AND (QualifierFilter (=, 'binary:col1'))\"}" |hbase shell
|grep ABC |awk '{print $1}'
... View more