@InterfaceAudience.Public @InterfaceStability.Stable public class ValueAggregatorJobBase<K1 extends org.apache.hadoop.io.WritableComparable<?>,V1 extends org.apache.hadoop.io.Writable> extends Object
Modifier and Type | Field and Description |
---|---|
protected static ArrayList<ValueAggregatorDescriptor> |
aggregatorDescriptorList |
static String |
DESCRIPTOR |
static String |
DESCRIPTOR_NUM |
static String |
USER_JAR |
Constructor and Description |
---|
ValueAggregatorJobBase() |
Modifier and Type | Method and Description |
---|---|
protected static ArrayList<ValueAggregatorDescriptor> |
getAggregatorDescriptors(org.apache.hadoop.conf.Configuration conf) |
protected static ValueAggregatorDescriptor |
getValueAggregatorDescriptor(String spec,
org.apache.hadoop.conf.Configuration conf) |
protected static void |
logSpec() |
static void |
setup(org.apache.hadoop.conf.Configuration job) |
public static final String DESCRIPTOR
public static final String DESCRIPTOR_NUM
public static final String USER_JAR
protected static ArrayList<ValueAggregatorDescriptor> aggregatorDescriptorList
public static void setup(org.apache.hadoop.conf.Configuration job)
protected static ValueAggregatorDescriptor getValueAggregatorDescriptor(String spec, org.apache.hadoop.conf.Configuration conf)
protected static ArrayList<ValueAggregatorDescriptor> getAggregatorDescriptors(org.apache.hadoop.conf.Configuration conf)
protected static void logSpec()
Copyright © 2020 Apache Software Foundation. All rights reserved.