FYI, CDH5 is based off of hbase 0.96.1.1.
On Wed, Jul 9, 2014 at 8:54 AM, Hotec04 <[email protected]> wrote: > 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. > -- // Jonathan Hsieh (shay) // HBase Tech Lead, Software Engineer, Cloudera // [email protected] // @jmhsieh
