Skip to content

kaidul/facebook-UDF-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

facebook-UDF-library

Maven compilable Facebook Hive UDF APIs collection found from Jira issue Hive-1545.

Build

mvn package

This will create the executable in target directory.

Usage

Add facebook-udfs-x.x.x-all.jar into Hive.

hive > CREATE FUNCTION md5 as 'com.facebook.hive.udf.UDFMD5';

hive > select md5("@#789QWE");
c40a3517f12eeb416aad1037b99434e0

About

Maven compilable Facebook's Hive UDFs collection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages