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

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

     [ https://issues.apache.org/jira/browse/IGNITE-9628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Dmitriev reassigned IGNITE-9628:
--------------------------------------

    Assignee: Anton Dmitriev

> 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
>            Assignee: Anton Dmitriev
>            Priority: Major
>             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)