public class CompactorMR
extends Object
Class to do compactions via an MR job. This has to be in the ql package rather than metastore
.compactions package with all of it's relatives because it needs access to the actual input
and output formats, which are in ql. ql depends on metastore and we can't have a circular
dependency.