hms-mirror currently uses classloading at runtime to contain the jdbc drivers for different hive versions. The current method doesn't work in Java11. It will throw a runtime exception:
java.lang.NoClassDefFoundError: java/sql/Driver
This is caused by the changes and module introductions implemented in Java 9.
hms-mirror currently uses classloading at runtime to contain the jdbc drivers for different hive versions. The current method doesn't work in Java11. It will throw a runtime exception:
java.lang.NoClassDefFoundError: java/sql/Driver
This is caused by the changes and module introductions implemented in Java 9.