@InterfaceAudience.Public @InterfaceStability.Stable public class ValueAggregatorJob extends Object
| コンストラクタと説明 | 
|---|
| ValueAggregatorJob() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| static Job | createValueAggregatorJob(Configuration conf,
                        String[] args)Create an Aggregate based map/reduce job. | 
| static Job | createValueAggregatorJob(String[] args,
                        Class<? extends ValueAggregatorDescriptor>[] descriptors) | 
| 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 Configuration | setAggregatorDescriptors(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 Job createValueAggregatorJob(Configuration conf, String[] args) throws IOException
conf - The configuration for jobargs - the arguments used for job creation. Generic hadoop
 arguments are accepted.IOExceptionGenericOptionsParserpublic static Job createValueAggregatorJob(String[] args, Class<? extends ValueAggregatorDescriptor>[] descriptors) throws IOException
IOExceptionpublic static Configuration setAggregatorDescriptors(Class<? extends ValueAggregatorDescriptor>[] descriptors)
public static void main(String[] args) throws IOException, InterruptedException, ClassNotFoundException
args - the arguments used for job creationIOExceptionInterruptedExceptionClassNotFoundExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.