I am thinking to add a function to check if a table or region in compaction (major or minor).
I filed HBASE-6033. It won't show status of a specific compaction request. Will this help? Thanks, Jimmy On Thu, May 17, 2012 at 11:11 AM, Chen Song <[email protected]> wrote: > I would like to schedule major compaction on a region programmatically. I > found the API call below which can properly achieve my goal. > > HBaseAdmin.majorCompact(String tableOrRegionName) > > It turns out to be an asynchronous call and there seems no call back > parameter that can be specified. How can I validate the compaction result > (e.g., success or failure) ? > > Thanks > Chen >
