[
https://issues.apache.org/jira/browse/IGNITE-7216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16293747#comment-16293747
]
Oleg Ignatenko edited comment on IGNITE-7216 at 12/17/17 11:44 AM:
-------------------------------------------------------------------
Note that after Java 8 gets default ml examples sources would be better moved
to regular folder {{src/main/java}} from their current location
{{src/main/ml}}. This would require also moving dependency of ignite-ml module
from ml profile to main pom section, and as a result ml profile in examples
will go away because there will be nothing to keep in it.
(On a more general note, the only purpose of ml profile in examples as well as
anywhere else is to manage its Java 8 sources while the rest of the project
still uses Java 7. So if project switches to Java 8 there will be no need in it
anymore.)
was (Author: oignatenko):
note that after Java 8 gets default ml examples sources would be better moved
to regular folder {{src/main/java}} from their current location
{{src/main/ml}}. As a side effect ml profile will serve the only purpose of
adding dependency on ml module (which eventually should also go away as whole
project gets moved to Java 8)
> Refactor examples project
> -------------------------
>
> Key: IGNITE-7216
> URL: https://issues.apache.org/jira/browse/IGNITE-7216
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Sergey Kozlov
> Fix For: 2.4
>
>
> Now we have regular and Java8 examples and I suppose following:
> * Replace regular examples by corresponding Java8 examples if any
> * Remove Java8 profile
> * Set source/target as for main project
> * ML profile should be activated by default
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)