org.apache.hadoop.chukwa.extraction.archive
Class ChukwaArchiveHourlyPartitioner<K,V>

java.lang.Object
  extended by org.apache.hadoop.chukwa.extraction.archive.ChukwaArchiveHourlyPartitioner<K,V>
All Implemented Interfaces:
org.apache.hadoop.mapred.JobConfigurable, org.apache.hadoop.mapred.Partitioner<ChukwaArchiveKey,ChunkImpl>

public class ChukwaArchiveHourlyPartitioner<K,V>
extends Object
implements org.apache.hadoop.mapred.Partitioner<ChukwaArchiveKey,ChunkImpl>


Constructor Summary
ChukwaArchiveHourlyPartitioner()
           
 
Method Summary
 void configure(org.apache.hadoop.mapred.JobConf arg0)
           
 int getPartition(ChukwaArchiveKey key, ChunkImpl chunl, int numReduceTasks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChukwaArchiveHourlyPartitioner

public ChukwaArchiveHourlyPartitioner()
Method Detail

configure

public void configure(org.apache.hadoop.mapred.JobConf arg0)
Specified by:
configure in interface org.apache.hadoop.mapred.JobConfigurable

getPartition

public int getPartition(ChukwaArchiveKey key,
                        ChunkImpl chunl,
                        int numReduceTasks)
Specified by:
getPartition in interface org.apache.hadoop.mapred.Partitioner<ChukwaArchiveKey,ChunkImpl>


Copyright © ${year} The Apache Software Foundation