@InterfaceAudience.Public @InterfaceStability.Stable public class ValueAggregatorJob extends Object
| Constructor and Description | 
|---|
| ValueAggregatorJob() | 
| Modifier and Type | Method and Description | 
|---|---|
| static JobConf | createValueAggregatorJob(String[] args)Create an Aggregate based map/reduce job. | 
| static JobConf | createValueAggregatorJob(String[] args,
                                                Class<?> caller)Create an Aggregate based map/reduce job. | 
| static JobConf | createValueAggregatorJob(String[] args,
                                                Class<? extends ValueAggregatorDescriptor>[] descriptors) | 
| static JobConf | createValueAggregatorJob(String[] args,
                                                Class<? extends ValueAggregatorDescriptor>[] descriptors,
                                                Class<?> caller) | 
| static JobControl | createValueAggregatorJobs(String[] args) | 
| static JobControl | createValueAggregatorJobs(String[] args,
                                                  Class<? extends ValueAggregatorDescriptor>[] descriptors) | 
| static void | main(String[] args)create and run an Aggregate based map/reduce job. | 
| static void | setAggregatorDescriptors(JobConf job,
                                                Class<? extends ValueAggregatorDescriptor>[] descriptors) | 
public ValueAggregatorJob()
public static JobControl createValueAggregatorJobs(String[] args, Class<? extends ValueAggregatorDescriptor>[] descriptors) throws IOException
IOExceptionpublic static JobControl createValueAggregatorJobs(String[] args) throws IOException
IOExceptionpublic static JobConf createValueAggregatorJob(String[] args, Class<?> caller) throws IOException
args - the arguments used for job creation. Generic hadoop
 arguments are accepted.caller - the the caller class.IOExceptionGenericOptionsParserpublic static JobConf createValueAggregatorJob(String[] args) throws IOException
args - the arguments used for job creation. Generic hadoop
 arguments are accepted.IOExceptionGenericOptionsParserpublic static JobConf createValueAggregatorJob(String[] args, Class<? extends ValueAggregatorDescriptor>[] descriptors) throws IOException
IOExceptionpublic static void setAggregatorDescriptors(JobConf job, Class<? extends ValueAggregatorDescriptor>[] descriptors)
public static JobConf createValueAggregatorJob(String[] args, Class<? extends ValueAggregatorDescriptor>[] descriptors, Class<?> caller) throws IOException
IOExceptionpublic static void main(String[] args) throws IOException
args - the arguments used for job creationIOExceptionCopyright © 2016 Apache Software Foundation. All Rights Reserved.