You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stepan Pilschikov (JIRA)" <ji...@apache.org> on 2018/08/28 13:36:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Stepan Pilschikov updated IGNITE-9396:
--------------------------------------
    Description: 
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

  was:
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 dipendencies

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


> 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
>            Reporter: Stepan Pilschikov
>            Priority: Major
>
> 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)