@InterfaceAudience.Public @InterfaceStability.Stable public class ValueAggregatorCombiner<K1 extends WritableComparable<?>,V1 extends Writable> extends Reducer<Text,Text,Text,Text>
| コンストラクタと説明 | 
|---|
| ValueAggregatorCombiner() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | reduce(Text key,
      Iterable<Text> values,
      org.apache.hadoop.mapreduce.Reducer.Context context)Combines values for a given key. | 
public ValueAggregatorCombiner()
public void reduce(Text key, Iterable<Text> values, org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
reduce クラス内 Reducer<Text,Text,Text,Text>key - the key is expected to be a Text object, whose prefix indicates
 the type of aggregation to aggregate the values.values - the values to combinecontext - to collect combined valuesIOExceptionInterruptedExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.