brickhouse.hbase
Class SaltedBigIntUDF
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
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 )
| 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 |
SaltedBigIntUDF
public SaltedBigIntUDF()
- Deprecated.
evaluate
public String evaluate(Long id)
- Deprecated.
Copyright © 2013. All rights reserved.