public interface ValueAggregatorDescriptor
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hadoop.io.Text |
ONE |
static String |
TYPE_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(JobConf job)
Configure the object
|
ArrayList<Map.Entry<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> |
generateKeyValPairs(Object key,
Object val)
Generate a list of aggregation-id/value pairs for the given key/value pair.
|
static final String TYPE_SEPARATOR
static final org.apache.hadoop.io.Text ONE
ArrayList<Map.Entry<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> generateKeyValPairs(Object key, Object val)
key - input keyval - input valuevoid configure(JobConf job)
job - a JobConf object that may contain the information that can be used
to configure the object.Copyright © 2009 The Apache Software Foundation