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)
JobConfigurable
JobConf
.configure
在接口中 JobConfigurable
job
- the configurationprotected void logSpec()
public void close() throws IOException
close
在接口中 Closeable
close
在接口中 AutoCloseable
IOException
Copyright © 2009 The Apache Software Foundation