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:
- ...Make sure you're using Java 8 or later.
- Build and install Apache Ignite Data Fabric from the project's root directory:
mvn clean install -DskipTests -Dmaven.javadoc.skip=true -P java8- Build and install ML Grid from the project's root directory:
mvn install -Pml -DskipTests -U -pl modules/ml -am- ...If you need to build the ML Grid examples from sources execute the commands below:
cd examples mvn clean package -DskipTests -Pml
Attachments
Issue Links
- is related to
-
IGNITE-6193 ML profile is missing in 2.1 binary release
- Resolved
-
IGNITE-6328 in ML examples, class ExampleMatrixStorage doesn't compile
- Resolved