brickhouse.hbase
Class BatchGetUDF
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
brickhouse.hbase.BatchGetUDF
public class BatchGetUDF
- extends org.apache.hadoop.hive.ql.exec.UDF
Simple UDF for doing batch GET's from an 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 |
BatchGetUDF
public BatchGetUDF()
evaluate
public List<String> evaluate(Map<String,String> config,
List<String> keys)
Copyright © 2013. All rights reserved.