[
https://issues.apache.org/jira/browse/IGNITE-9396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16599087#comment-16599087
]
ASF GitHub Bot commented on IGNITE-9396:
----------------------------------------
GitHub user oignatenko opened a pull request:
https://github.com/apache/ignite/pull/4662
IGNITE-9396 ML Examples: can't run examples, not enough dependencies in
pom.xml
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-9396
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4662.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4662
----
commit 1eeca908a8076a8317947dac8a46845964d1d7ea
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-23T13:13:28Z
IGNITE-9348 ML examples improvements
- wip (logging improved)
-- verified with diffs overview, executing the examples and studying
execution logs
commit e50b89c392568ba9b93935c4fa6c7f7f93f5ec6f
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-23T14:45:57Z
Revert "IGNITE-9348 ML examples improvements"
This reverts commit 1eeca908a8076a8317947dac8a46845964d1d7ea.
commit 474024b4c5bbdb3c0a4ed2f0a66238c8054c6674
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-23T14:57:34Z
Merge branch 'master' of https://github.com/apache/ignite into master-ml
commit 9642b233b5701bdad47ebea163079160227c582a
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-28T14:01:11Z
Merge branch 'master' of https://github.com/apache/ignite into master-ml
commit 7fc16d013ab725d2ff2e1a1b042c983f11d0c4d4
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-28T15:13:02Z
Merge branch 'master' of https://github.com/apache/ignite into master-ml
commit d2caba67b156674f051f50faebeafe0871bf0914
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-29T13:14:07Z
Merge branch 'master' of https://github.com/apache/ignite into master-ml
commit 16775dff51d71ea68b4a3dea98be552130c493ed
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-30T09:00:56Z
Merge branch 'master' of https://github.com/apache/ignite into master-ml
commit aedb59929974fe205b949225c1a338c68c60cfc8
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-30T09:42:38Z
Merge branch 'master' of https://github.com/apache/ignite into master-ml
commit 39c6482fcdca506aa33011ed21c98060b4a8c68b
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-30T11:28:05Z
Merge branch 'master' of https://github.com/apache/ignite into master-ml
commit 33b32a2760a6559c78283b927e3191180d8ed9e1
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-30T12:31:16Z
Merge branch 'master' of https://github.com/apache/ignite into master-ml
commit 9531028ddd1aef9e95f7e8c8b528086739bbb1b0
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-30T14:06:34Z
Merge branch 'master' of https://github.com/apache/ignite into master-ml
commit 28f22c6e2fffcb82717ba5da7be2cfd39715c4e3
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-30T16:41:51Z
Merge branch 'master' of https://github.com/apache/ignite into master-ml
commit aacac88db519187413b0fc5ff9d0e55b8f8cff22
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-31T10:12:32Z
Merge branch 'master' of https://github.com/apache/ignite into master-ml
commit 897f920dde46022849b13f9fb86dba8e54119a56
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-31T13:57:14Z
Merge branch 'master' of https://github.com/apache/ignite into master-ml
commit 114c79e54c1b316006ccc3ff22d20d902f9313df
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-31T17:39:16Z
Merge branch 'master' of https://github.com/apache/ignite into master-ml
commit edb68a4ae2ccd1e66d77aa3690d4e0c541cf78b4
Author: Oleg Ignatenko <oignatenko@...>
Date: 2018-08-31T17:56:57Z
IGNITE-9396 ML Examples: can't run examples, not enough dependencies in
pom.xml
- documentation added as per discussion in JIRA ticket comments
-- verified with diffs overview and clean build of examples per added
instructions
----
> 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)