-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.94.8
-
Component/s: Compaction
-
Labels:None
Support request for a major compaction in CompactionTool so that we'll make this nice tool complete and consistent with the other compaction command and API.
After the patch, here is the usage:
Usage: java org.apache.hadoop.hbase.regionserver.CompactionTool \
[-compactOnce] [-major] [-mapred] [-D<property=value>]* files...
Options:
mapred Use MapReduce to run compaction.
compactOnce Execute just one compaction step. (default: while needed)
major Trigger major compaction.
...