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?