This project has retired. For details please refer to its Attic page.
CrunchCombiner (Apache Crunch 0.9.0 API)

org.apache.crunch.impl.mr.run
Class CrunchCombiner

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Reducer<Object,Object,Object,Object>
      extended by org.apache.crunch.impl.mr.run.CrunchReducer
          extended by org.apache.crunch.impl.mr.run.CrunchCombiner

public class CrunchCombiner
extends CrunchReducer


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Reducer
org.apache.hadoop.mapreduce.Reducer.Context
 
Constructor Summary
CrunchCombiner()
           
 
Method Summary
protected  NodeContext getNodeContext()
           
 
Methods inherited from class org.apache.crunch.impl.mr.run.CrunchReducer
cleanup, reduce, setup
 
Methods inherited from class org.apache.hadoop.mapreduce.Reducer
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrunchCombiner

public CrunchCombiner()
Method Detail

getNodeContext

protected NodeContext getNodeContext()
Overrides:
getNodeContext in class CrunchReducer


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.