srowen commented on issue #23804: [WIP][SPARK-26896] JDK 11 module adjustments 
for running tests
URL: https://github.com/apache/spark/pull/23804#issuecomment-466182372
 
 
   Oh I see it now:
   ```
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
0.935 s <<< FAILURE! - in org.apache.spark.ml.regression.JavaGBTRegressorSuite
   [ERROR] runDT(org.apache.spark.ml.regression.JavaGBTRegressorSuite)  Time 
elapsed: 0.933 s  <<< ERROR!
   java.lang.reflect.InaccessibleObjectException: 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 @4212a0c8
        at 
org.apache.spark.ml.regression.JavaGBTRegressorSuite.runDT(JavaGBTRegressorSuite.java:65)
   
   [INFO] Running org.apache.spark.ml.regression.JavaDecisionTreeRegressorSuite
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 
s - in org.apache.spark.ml.regression.JavaDecisionTreeRegressorSuite
   [INFO] Running org.apache.spark.ml.regression.JavaRandomForestRegressorSuite
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
0.507 s <<< FAILURE! - in 
org.apache.spark.ml.regression.JavaRandomForestRegressorSuite
   [ERROR] runDT(org.apache.spark.ml.regression.JavaRandomForestRegressorSuite) 
 Time elapsed: 0.506 s  <<< ERROR!
   java.lang.reflect.InaccessibleObjectException: 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 @4212a0c8
        at 
org.apache.spark.ml.regression.JavaRandomForestRegressorSuite.runDT(JavaRandomForestRegressorSuite.java:88)
   ```
   I can investigate too.

----------------------------------------------------------------
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]

Reply via email to