Created 06-15-2016 07:08 PM
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.
Created 06-15-2016 08:49 PM
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/
Created 06-15-2016 08:49 PM
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/
Created 09-10-2016 02:49 AM
Here is a sample Maven project that handles all dependencies. Includes instructions on using and adding your own UDFs.