You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Oleg Ignatenko (JIRA)" <ji...@apache.org> on 2017/09/11 09:51:02 UTC

[jira] [Created] (IGNITE-6329) add Teamcity task to verify the build of ml examples

Oleg Ignatenko created IGNITE-6329:
--------------------------------------

             Summary: add Teamcity task to verify the build of ml examples
                 Key: IGNITE-6329
                 URL: https://issues.apache.org/jira/browse/IGNITE-6329
             Project: Ignite
          Issue Type: Task
          Components: build, examples
            Reporter: Oleg Ignatenko
            Assignee: Oleg Ostanin


Add a teamcity task to verify that ml examples build successfully.

For an example of how to build refer [this doc at readme.io|https://apacheignite.readme.io/docs/machine-learning]:
{quote}
* ...Make sure you're using Java 8 or later.
* Build and install Apache Ignite Data Fabric from the project's root directory:
{noformat}mvn clean install -DskipTests -Dmaven.javadoc.skip=true -P java8{noformat}
* Build and install ML Grid from the project's root directory:
{noformat}mvn install -Pml -DskipTests -U -pl modules/ml -am{noformat}
* ...If you need to build the ML Grid examples from sources execute the commands below:
{noformat}cd examples
mvn clean package -DskipTests -Pml{noformat}
{quote}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)