This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.gora.examples.mapreduce
Class WordCount.WordCountReducer
java.lang.Object
   org.apache.hadoop.mapreduce.Reducer<K1,V1,K2,V2>
org.apache.hadoop.mapreduce.Reducer<K1,V1,K2,V2>
       org.apache.gora.mapreduce.GoraReducer<org.apache.hadoop.io.Text,org.apache.hadoop.io.IntWritable,String,TokenDatum>
org.apache.gora.mapreduce.GoraReducer<org.apache.hadoop.io.Text,org.apache.hadoop.io.IntWritable,String,TokenDatum>
           org.apache.gora.examples.mapreduce.WordCount.WordCountReducer
org.apache.gora.examples.mapreduce.WordCount.WordCountReducer
- Enclosing class:
- WordCount
- public static class WordCount.WordCountReducer 
- extends GoraReducer<org.apache.hadoop.io.Text,org.apache.hadoop.io.IntWritable,String,TokenDatum>
 
| Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Reducer | 
| org.apache.hadoop.mapreduce.Reducer.Context | 
 
 
| Method Summary | 
| protected  void | reduce(org.apache.hadoop.io.Text key,
       Iterable<org.apache.hadoop.io.IntWritable> values,
       org.apache.hadoop.mapreduce.Reducer.Context context)
 | 
 
 
| Methods inherited from class org.apache.hadoop.mapreduce.Reducer | 
| cleanup, run, setup | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WordCount.WordCountReducer
public WordCount.WordCountReducer()
reduce
protected void reduce(org.apache.hadoop.io.Text key,
                      Iterable<org.apache.hadoop.io.IntWritable> values,
                      org.apache.hadoop.mapreduce.Reducer.Context context)
               throws IOException,
                      InterruptedException
- 
- Overrides:
- reducein class- org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,org.apache.hadoop.io.IntWritable,String,TokenDatum>
 
- 
- Throws:
- IOException
- InterruptedException
 
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.