cascading.tuple.hadoop.util
Class GroupingPartitioner

java.lang.Object
  extended by cascading.tuple.util.TupleHasher
      extended by cascading.tuple.hadoop.util.HasherPartitioner
          extended by cascading.tuple.hadoop.util.GroupingPartitioner
All Implemented Interfaces:
org.apache.hadoop.mapred.JobConfigurable, org.apache.hadoop.mapred.Partitioner<TuplePair,Tuple>

public class GroupingPartitioner
extends HasherPartitioner
implements org.apache.hadoop.mapred.Partitioner<TuplePair,Tuple>

Class GroupingPartitioner is an implementation of Partitioner.


Constructor Summary
GroupingPartitioner()
           
 
Method Summary
 int getPartition(TuplePair key, Tuple value, int numReduceTasks)
           
 
Methods inherited from class cascading.tuple.hadoop.util.HasherPartitioner
configure
 
Methods inherited from class cascading.tuple.util.TupleHasher
hashCode, initialize, isNull, merge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.mapred.JobConfigurable
configure
 

Constructor Detail

GroupingPartitioner

public GroupingPartitioner()
Method Detail

getPartition

public int getPartition(TuplePair key,
                        Tuple value,
                        int numReduceTasks)
Specified by:
getPartition in interface org.apache.hadoop.mapred.Partitioner<TuplePair,Tuple>


Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.