brickhouse.hbase
Class SaltedBigIntUDF

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.UDF
      extended by brickhouse.hbase.SaltedBigIntUDF

Deprecated.

@Deprecated
public class SaltedBigIntUDF
extends org.apache.hadoop.hive.ql.exec.UDF

Create a salted key from a BigInt, which may not be distributed evenly across the most significant bits ( ie. some large values, some low values) but are distributed evenly across the low bits ( ie. modulo 1000 )


Constructor Summary
SaltedBigIntUDF()
          Deprecated.  
 
Method Summary
 String evaluate(Long id)
          Deprecated.  
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.UDF
getRequiredFiles, getRequiredJars, getResolver, setResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaltedBigIntUDF

public SaltedBigIntUDF()
Deprecated. 
Method Detail

evaluate

public String evaluate(Long id)
Deprecated. 


Copyright © 2013. All rights reserved.