Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
unload UDFs without hive restart
Labels:
- Labels:
-
Apache Hive
-
Cloudera Hue
Explorer
Created on ‎04-03-2018 11:44 PM - edited ‎09-16-2022 06:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day,
are there ways to unload UDFs without restarting hive service?
- A new jar was added to folder (hive.reloadable.aux.jars.path).
- User created a temporary function in Hue Hive query UI.
- Function (jar) updated - class name is the same, jar file name is different.
- This updated jar is uploaded to folder (hive.reloadable.aux.jars.path).
- Hue Hive has the old (first one) UDF without added functionality.
Maybe there's a command to unload/purge/clean dynamic UDFs beeline or hue api?
1 ACCEPTED SOLUTION
Super Guru
Created ‎04-04-2018 01:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried to DROP FUNCTION and then RELOAD to reload the new JAR file? And then re-CREATE the function to see if it will work?
1 REPLY 1
Super Guru
Created ‎04-04-2018 01:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried to DROP FUNCTION and then RELOAD to reload the new JAR file? And then re-CREATE the function to see if it will work?
