Hi All, I tried to find apis for fuzzyRowFilter with range search but did not find any. Here is what I want to achieve: show the row key in a certain date range. Our row key design is like customer id + timestamp. Example is: 1234567892014-07-09T00:11:22.333-04:00. Input should be the start date and end date and output will be all row keys within that date period. Example: input start date = 2014-07-07 and end date = 2014-07-10 then output will be 1234567892014-07-09T00:11:22.333-04:00 and xxxxxxxxx2014-07-08Txx:xx:xx.xxx-04:00 which means all row keys regardless customer id within that date range should be returned.
We are using hbase api 0.94.15-cdh4.6.0.jar and hbase is from cloudera manager. I am not sure whether they support hbase 0.99 api. Any help will be appreciated. Thank you! -- View this message in context: http://apache-hbase.679495.n3.nabble.com/How-to-perform-fuzzyRowFilter-with-range-search-tp4061159.html Sent from the HBase User mailing list archive at Nabble.com.
