@InterfaceAudience.Public @InterfaceStability.Stable public class FieldSelectionReducer<K,V> extends Reducer<Text,Text,Text,Text>
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
FieldSelectionReducer() |
Modifier and Type | Method and Description |
---|---|
void |
reduce(Text key,
Iterable<Text> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
This method is called once for each key.
|
void |
setup(org.apache.hadoop.mapreduce.Reducer.Context context)
Called once at the start of the task.
|
public void setup(org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
Reducer
setup
in class Reducer<Text,Text,Text,Text>
IOException
InterruptedException
public void reduce(Text key, Iterable<Text> values, org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
Reducer
reduce
in class Reducer<Text,Text,Text,Text>
IOException
InterruptedException
Copyright © 2017 Apache Software Foundation. All rights reserved.