Skip to content

rathboma/hive-extension-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a12dc1 · Jul 24, 2015

History

9 Commits
Jul 12, 2015
Aug 10, 2013
Aug 10, 2013
Jul 24, 2015
Aug 10, 2013

Repository files navigation

Hive UDF Examples

This code accompanies this article which walks through creating UDFs in Apache Hive.

Compile

mvn compile

Test

mvn test

Build

mvn assembly:single

Run

%> hive
hive> ADD JAR /path/to/assembled.jar;
hive> create temporary function hello as 'com.matthewrathbone.example.SimpleUDFExample';
hive> select hello(firstname) from people limit 10;

About

Examples for extending hive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages