- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hive in-built functions
- Labels:
-
Apache Hive
Created ‎06-14-2016 11:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are planning to migrate from HAWQ to Hive. HAWQ has 2000+ in-built functions and in existing code around 400+ in-built functions are used. We have a task to make all 400+ available in HIVE and noticed only 150+ are available in HIVE sanbox environment we are using. We noticed below URL has few, which we deployed in Hive and are working as expected.
https://github.com/brndnmtthws/facebook-hive-udfs/tree/master/src/main/java/com/facebook/hive/udf
Please share any opensource repositories like above URL where we can find code of UDFs and use them directly.
Created ‎06-14-2016 01:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are a lot of Hive UDF Libraries
https://github.com/nexr/hive-udf/wiki
https://github.com/sharethrough/hive-udfs
https://github.com/yahoo/hive-funnel-udf
https://github.com/livingsocial/HiveSwarm
Hive UDF with Yahoo Data sketches
Created ‎06-14-2016 12:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the facebook link, never used it before. I like the brickhouse ones:
Created ‎06-14-2016 01:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are a lot of Hive UDF Libraries
https://github.com/nexr/hive-udf/wiki
https://github.com/sharethrough/hive-udfs
https://github.com/yahoo/hive-funnel-udf
https://github.com/livingsocial/HiveSwarm
Hive UDF with Yahoo Data sketches
Created ‎06-14-2016 03:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hive UDFs Similar to Oracle Funcitons
