Repository: ignite
Updated Branches:
  refs/heads/master d73e03505 -> 4c273204b


IGNITE-9348: ML examples improvements

this closes #4662


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4c273204
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4c273204
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4c273204

Branch: refs/heads/master
Commit: 4c273204b712b62e9aa5be5d83e08045b3863dd6
Parents: d73e035
Author: Oleg Ignatenko <[email protected]>
Authored: Mon Sep 3 13:04:50 2018 +0300
Committer: Yury Babak <[email protected]>
Committed: Mon Sep 3 13:04:50 2018 +0300

----------------------------------------------------------------------
 examples/DEVNOTES.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/4c273204/examples/DEVNOTES.txt
----------------------------------------------------------------------
diff --git a/examples/DEVNOTES.txt b/examples/DEVNOTES.txt
new file mode 100644
index 0000000..ba578bb
--- /dev/null
+++ b/examples/DEVNOTES.txt
@@ -0,0 +1,11 @@
+Ignite Examples Build Instructions
+==================================
+1) Compile and install Ignite from project root folder:
+
+        mvn clean install -Pall-java,all-scala,licenses -DskipTests
+
+   (If needed, refer DEVNOTES.txt in project root folder for most up-to-date 
build instructions.)
+
+2) Build examples from "examples" sub-folder under Ignite project root:
+
+        mvn clean package -DskipTests

Reply via email to