org.apache.hadoop.mapreduce.lib.aggregate
Class ValueAggregatorJobBase<K1 extends WritableComparable<?>,V1 extends Writable>
java.lang.Object
org.apache.hadoop.mapreduce.lib.aggregate.ValueAggregatorJobBase<K1,V1>
@InterfaceAudience.Public
@InterfaceStability.Stable
public class ValueAggregatorJobBase<K1 extends WritableComparable<?>,V1 extends Writable>
- extends Object
This abstract class implements some common functionalities of the
the generic mapper, reducer and combiner classes of Aggregate.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final String DESCRIPTOR
- See Also:
- Constant Field Values
DESCRIPTOR_NUM
public static final String DESCRIPTOR_NUM
- See Also:
- Constant Field Values
USER_JAR
public static final String USER_JAR
- See Also:
- Constant Field Values
aggregatorDescriptorList
protected static ArrayList<ValueAggregatorDescriptor> aggregatorDescriptorList
ValueAggregatorJobBase
public ValueAggregatorJobBase()
setup
public static void setup(Configuration job)
getValueAggregatorDescriptor
protected static ValueAggregatorDescriptor getValueAggregatorDescriptor(String spec,
Configuration conf)
getAggregatorDescriptors
protected static ArrayList<ValueAggregatorDescriptor> getAggregatorDescriptors(Configuration conf)
logSpec
protected static void logSpec()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.