squito commented on issue #23804: [WIP][SPARK-26896] JDK 11 module adjustments for running tests URL: https://github.com/apache/spark/pull/23804#issuecomment-465271366 I thought you only ran tests on core? I think all the issues I ran into were in other packages. Sorry my notes are a bit scattered -- most of this is from mllib stuff. Some tests failed with a stack trace pointing to a `model.transform()` call, but with an exception like ``` Unable to make field jdk.internal.ref.PhantomCleanable jdk.internal.ref.PhantomCleanable.prev accessible: module java.base does not "opens jdk.internal.ref" to unnamed module ``` The bigger issue I ran into, actually, is [SPARK-26839](https://issues.apache.org/jira/browse/SPARK-26839), which caused problems with unit tests in the hive module. I haven't posted the changes I've made yet, because I know what I've done is different in my fork. But if you've run hive tests successfully with jdk11 -- maybe that means I'm doing something else wrong in my setup?
---------------------------------------------------------------- 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]
