Regions not cleared

2012-04-25 Thread ajay.bhosle
Hi, I have set TTL in hbase table due to which the data is cleared after specified time, but the regions are not cleared even as the data inside the regions are cleared. Can someone please let me know if I am missing anything. Thanks Ajay

RE: Old data not removed

2012-02-28 Thread ajay.bhosle
@hbase.apache.org Subject: Re: Old data not removed You need to Major Compact for the data to be GC'ed from HDFS. If you access the datastore via HBase, though, cells that are older than the specified TTL are not returned in scans, etc. On Tue, Feb 28, 2012 at 9:47 PM, ajay.bhosle wrote: > Hi, &