org.apache.hadoop.hive.ql.txn.compactor
Class CompactorMR

java.lang.Object
  extended by org.apache.hadoop.hive.ql.txn.compactor.CompactorMR

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.


Constructor Summary
CompactorMR()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompactorMR

public CompactorMR()


Copyright © 2014 The Apache Software Foundation. All rights reserved.