Querying Hbase rows based on RegEx with spring-data-hadoop framework; following code snippet would help.
To keep it simple, I query the table to get only those row keys that match my INPUT. In this case the row key structure is 10 digit followed by a string.
String name = String.format …