You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Peter Ivanov (JIRA)" <ji...@apache.org> on 2018/09/18 08:59:00 UTC

[jira] [Created] (IGNITE-9628) Java 9: ML module compilation failure

Peter Ivanov created IGNITE-9628:
------------------------------------

             Summary: Java 9: ML module compilation failure
                 Key: IGNITE-9628
                 URL: https://issues.apache.org/jira/browse/IGNITE-9628
             Project: Ignite
          Issue Type: Task
    Affects Versions: 2.6
            Reporter: Peter Ivanov
             Fix For: 2.7


{code}
[17:56:31]	[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project ignite-ml: Compilation failure: Compilation failure: 
[17:56:31]	[ERROR] /data/teamcity/work/9198da4c51c3e112/modules/ml/src/main/java/org/apache/ignite/ml/tree/randomforest/data/impurity/MSEHistogram.java:[28,28] package sun.reflect.generics.reflectiveObjects is not visible
[17:56:31]	[ERROR]   (package sun.reflect.generics.reflectiveObjects is declared in module java.base, which does not export it to the unnamed module)
[17:56:31]	[ERROR] /data/teamcity/work/9198da4c51c3e112/modules/ml/src/main/java/org/apache/ignite/ml/tree/randomforest/data/impurity/GiniHistogram.java:[34,28] package sun.reflect.generics.reflectiveObjects is not visible
[17:56:31]	[ERROR]   (package sun.reflect.generics.reflectiveObjects is declared in module java.base, which does not export it to the unnamed module)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)