brickhouse.udf.sketch
Class Md5

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.UDF
      extended by brickhouse.udf.sketch.Md5

public final class Md5
extends org.apache.hadoop.hive.ql.exec.UDF

Calculate md5 of the string


Constructor Summary
Md5()
           
 
Method Summary
 org.apache.hadoop.io.Text evaluate(org.apache.hadoop.io.Text s)
           
 
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

Md5

public Md5()
Method Detail

evaluate

public org.apache.hadoop.io.Text evaluate(org.apache.hadoop.io.Text s)


Copyright © 2013. All rights reserved.