brickhouse.hbase
Class GetUDF
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
brickhouse.hbase.GetUDF
public class GetUDF
- extends org.apache.hadoop.hive.ql.exec.UDF
Simple UDF for doing single PUT into HBase table ..
Not intended for doing massive reads from HBase,
but only when relatively few rows are being read.
| 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 |
GetUDF
public GetUDF()
evaluate
public String evaluate(Map<String,String> config,
String key)
Copyright © 2013. All rights reserved.