Description
Hadoop module heavily relies on the fact that application class loader is URLClassLoader. It is used to inspect class path and hack it in various ways. But in Java 9 another class loader type is used.
Looks like there is no simple solution at the moment. Let's check for Java version during startup and throw an exception if it Java 9 or later.
Attachments
Issue Links
- blocks
-
IGNITE-6733 Hadoop: support Java 9 distrbution
- Closed
- Is contained by
-
IGNITE-6728 Support Java 9
- Resolved
- links to