You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/15 22:25:34 UTC

[GitHub] squito opened a new pull request #23804: [WIP][SPARK-26896] JDK 11 module adjustments for running tests

squito opened a new pull request #23804: [WIP][SPARK-26896] JDK 11 module adjustments for running tests
URL: https://github.com/apache/spark/pull/23804
 
 
   This adds a JDK11 profile, just intended for running tests.  It adds
   extra runtime arguments to the test runners to get around new module
   limitations.  This includes:
   
   1) removal of jaxb from java itself (used in pmml export in mllib)
   
   2) Some reflective access which results in failures, eg.
   
   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
   
   3) Some reflective access which results in warnings.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org