@InterfaceAudience.Public @InterfaceStability.Stable public class FieldSelectionReducer<K,V> extends Reducer<Text,Text,Text,Text>
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static org.apache.commons.logging.Log | LOG | 
| コンストラクタと説明 | 
|---|
| FieldSelectionReducer() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| 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 static final org.apache.commons.logging.Log LOG
public FieldSelectionReducer()
public void setup(org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
Reducersetup クラス内 Reducer<Text,Text,Text,Text>IOExceptionInterruptedExceptionpublic void reduce(Text key, Iterable<Text> values, org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
Reducerreduce クラス内 Reducer<Text,Text,Text,Text>IOExceptionInterruptedExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.