dongjoon-hyun commented on issue #25429: [SPARK-28708][SQL] IsolatedClientLoader will not load hive classes from application jars on JDK9+ URL: https://github.com/apache/spark/pull/25429#issuecomment-520886671 @wangyum . Did I miss something you did? I downloaded and rebased to the master. This PR still fails on both `hadoop-2.7` and `hadoop-3.2` profile like the followings on JDK11. ``` $ build/sbt -Phive "hive/testOnly *.HiveSparkSubmitSuite" [info] Tests: succeeded 3, failed 8, canceled 3, ignored 0, pending 0 [info] *** 8 TESTS FAILED *** [error] Failed: Total 11, Failed 8, Errors 0, Passed 3, Canceled 3 [error] Failed tests: [error] org.apache.spark.sql.hive.HiveSparkSubmitSuite [error] (hive/test:testOnly) sbt.TestsFailedException: Tests unsuccessful [error] Total time: 148 s, completed Aug 13, 2019, 8:28:58 AM $ java -version openjdk version "11.0.3" 2019-04-16 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.3+7) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.3+7, mixed mode) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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]
