brickhouse.hbase
Class GetUDF

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


Constructor Summary
GetUDF()
           
 
Method Summary
 String evaluate(Map<String,String> config, String key)
           
 
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

GetUDF

public GetUDF()
Method Detail

evaluate

public String evaluate(Map<String,String> config,
                       String key)


Copyright © 2013. All rights reserved.