brickhouse.hbase
Class BatchGetUDF

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.UDF
      extended by 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.


Constructor Summary
BatchGetUDF()
           
 
Method Summary
 List<String> evaluate(Map<String,String> config, List<String> keys)
           
 
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

BatchGetUDF

public BatchGetUDF()
Method Detail

evaluate

public List<String> evaluate(Map<String,String> config,
                             List<String> keys)


Copyright © 2013. All rights reserved.