Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When multiple HS2s are run, creating a permanent fn is only executed on one of them, and the other HS2s don't get the new function. Unlike say with tables, where we always get stuff from db on demand, fns are registered at certain points in the code and if the new one is not registered, it will not be available.
We should restore the pre-HIVE-2573 behavior of being able to refresh the UDFs on demand.
Attachments
Attachments
Issue Links
- is broken by
-
HIVE-2573 Create per-session function registry
- Closed
- is related to
-
HIVE-13043 Reload function has no impact to function registry
- Closed
- links to