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/10/05 07:57:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-6329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Ignatenko updated IGNITE-6329:
-----------------------------------
    Description: 
Add a teamcity task to verify that ml examples build successfully. This needs to be verified for both src and bin releases.

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}

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


> 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
>              Labels: ml
>
> Add a teamcity task to verify that ml examples build successfully. This needs to be verified for both src and bin releases.
> 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)