org.apache.hadoop.hive.ql.exec
Class HiveTotalOrderPartitioner

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.HiveTotalOrderPartitioner

public class HiveTotalOrderPartitioner
extends Object


Constructor Summary
HiveTotalOrderPartitioner()
           
 
Method Summary
 void configure(JobConf job)
           
 int getPartition(HiveKey key, Object value, int numPartitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiveTotalOrderPartitioner

public HiveTotalOrderPartitioner()
Method Detail

configure

public void configure(JobConf job)

getPartition

public int getPartition(HiveKey key,
                        Object value,
                        int numPartitions)


Copyright © 2012 The Apache Software Foundation