Skip to content

wdavidw/hive-udf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hive UDF

The project contains two Hive UDAF which convert an aggregation into a map and an ordered map. The source code is available under the BSD License.

More information on this blog post.

Note, Maven must be installed on your system.

Build

mvn package

Eclipse

Install the (M2E plugin](http://www.eclipse.org/m2e/).

mvn eclipse:eclipse

Contributors