swapneeldatta opened a new issue #6282: Does not work with Java 10 URL: https://github.com/apache/incubator-druid/issues/6282 On starting, it throws exceptions regarding not finding javax.xml.bind, which was removed from Java 10. I fixed this by adding --add-modules java.xml.bind. Then it fails because of this error `java.lang.NoClassDefFoundError: sun/misc/Perf`. Some of the features of this project require unsafe or deprecated APIs of Java 8 and need to be fixed. OS: debian 9 JVM: Oracle JDK 10
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
