I have a customer table with customer ID as rowkey. I now have a requirement to query customer by fist name and last name. How can I scan table with both the columns in where clause using HBase Shell. I know how to do it for a single column.
Asked
Active
Viewed 410 times
1 Answers
0
There are some filters that can be used during hbase scan (value filter)
see more Scan HTable rows for specific column value using HBase shell