public abstract class ValueAggregatorJobBase<K1 extends WritableComparable,V1 extends Writable> extends Object implements Mapper<K1,V1,Text,Text>, Reducer<Text,Text,Text,Text>
| 限定符和类型 | 字段和说明 | 
|---|---|
protected ArrayList<ValueAggregatorDescriptor> | 
aggregatorDescriptorList  | 
| 构造器和说明 | 
|---|
ValueAggregatorJobBase()  | 
protected ArrayList<ValueAggregatorDescriptor> aggregatorDescriptorList
public void configure(JobConf job)
JobConfigurableJobConf.configure 在接口中 JobConfigurablejob - the configurationprotected void logSpec()
public void close()
           throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableIOExceptionCopyright © 2009 The Apache Software Foundation