Thank you Jean.is there some batch API which hbase exposes for deletes for which I can feed the row keys?. The reason I am asking is I have a solr implementation which runs on the background which has hbase row key as one of the fields.So It would be pretty easy to grab a set of row keys that needs to be deleted.
-Nishan On Wed, Sep 24, 2014 at 12:14 PM, Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrote: > Hi Nishan, > > What you are looking for is HBASE-11764 > <https://issues.apache.org/jira/browse/HBASE-11764> and not available yet. > > JM > > 2014-09-24 14:12 GMT-04:00 Nishanth S <nishanth.2...@gmail.com>: > > > Hi All, > > > > We were using TTL feature to delete the hbase data since we were able to > > define the retention days at column family level.But right now we have a > > requirement for storing data with different retention period in this > > column family.So we would need to do a select and delete.What would be > the > > best way to do this?. > > > > Thanks, > > Nishan > > >