Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0
Description
Currently, Hive assumes that the system class loader is instance of URLClassLoader. In Java 11 this is not the case. There are a few (unresolved) JIRAs about specific occurrences of URLClassLoader (e.g. HIVE-21237, HIVE-17909), but no "remove all occurrences". Also I couldn't find umbrella "Java 11 upgrade" JIRA.
This ticket is to remove all unconditional casts of any random class loader to URLClassLoader.
Attachments
Attachments
Issue Links
- causes
-
HIVE-25107 Classpath logging should be on DEBUG level
- Closed
- Is contained by
-
HIVE-27508 Backport of HIVE-21584 to branch-3.1
- Open
-
HIVE-22096 Backport HIVE-21584 to branch-2.3
- Closed
- links to