Tuesday, 20 August 2013

Retrieve a row using a function similar to like

Retrieve a row using a function similar to like

In case I have a row as 12345^abc^xyz in Hbase, is it possible to retrieve
all the rows containing abc?
Example :
Row 1 :789^abc^www Row 2 :890^abc^yyy Row 3 :800^abc^xxx
I need to retrieve all rows which contain the String abc

No comments:

Post a Comment