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

[jira] [Commented] (IGNITE-9396) ML Examples: can't run examples, not enough dependencies in pom.xml

    [ https://issues.apache.org/jira/browse/IGNITE-9396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16601981#comment-16601981 ] 

ASF GitHub Bot commented on IGNITE-9396:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/4662


> ML Examples: can't run examples, not enough dependencies in pom.xml
> -------------------------------------------------------------------
>
>                 Key: IGNITE-9396
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9396
>             Project: Ignite
>          Issue Type: Bug
>          Components: ml
>    Affects Versions: 2.7
>            Reporter: Stepan Pilschikov
>            Assignee: Oleg Ignatenko
>            Priority: Major
>             Fix For: 2.7
>
>
> Trying to run ml-examples and can't compile example project because several dependencies didn't added in pom.xml
> Execution:
>  Using JB IDEA Run->Run class to execute current class
>  or 
>  `java -classpath [all classpaths which are listed in pom file] class name`
>  or compile with maven also failed
>  `mvn clean compile`
> Exception:
>  Can't compile project. not enough dependencies
> Missing dependencies:
> {code:xml}
> <dependency>
>     <groupId>com.github.fommil.netlib</groupId>
>     <artifactId>core</artifactId>
> </dependency>
> <dependency>
>     <groupId>org.springframework.data</groupId>
>     <artifactId>spring-data-commons</artifactId>
> </dependency>
> <dependency>
>     <groupId>org.springframework</groupId>
>     <artifactId>spring-beans</artifactId>
> </dependency>
> <dependency>
>     <groupId>org.springframework</groupId>
>     <artifactId>spring-context</artifactId>
> </dependency>
> <dependency>
>     <groupId>com.h2database</groupId>
>     <artifactId>h2</artifactId>
> </dependency>
> {code}
> com.github.fommil.netlib, springframework.* and h2 need to run - org.apache.ignite.examples.ml.dataset.AlgorithmSpecificDatasetExample



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