Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Hive UDF Templates

avatar
Master Guru

Does anyone have any good Hive UDF templates? Good starters for writing Hive UDFs?

Also is there a UI for building them like an Eclipse plug in or IntelliJ IDEA plugin?

I am looking for something like start.spring.io or JHipster for big data.

1 ACCEPTED SOLUTION

avatar
Master Guru
2 REPLIES 2

avatar
Master Guru

Kind of a start

https://github.com/esasisa/UDF

A Clojure Lein template

https://clojars.org/simpleudf/lein-template

You can work with UDFs in Spark, which is interesting.

https://blog.knoldus.com/2016/04/19/udf-overloading-in-spark/

avatar
Contributor

Here is a sample Maven project that handles all dependencies. Includes instructions on using and adding your own UDFs.

https://github.com/cartershanklin/sample-hiveudf