You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2017/08/28 15:14:07 UTC

[1/4] ignite git commit: removed excluding ML sources from assembly file - Fixes #2310.

Repository: ignite
Updated Branches:
  refs/heads/master a1fab62c2 -> ebfa5557b


removed excluding ML sources from assembly file - Fixes #2310.

Signed-off-by: Alexey Goncharuk <al...@gmail.com>


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

Branch: refs/heads/master
Commit: 9cd966a702faff32f6efc7fe9e05294b52ecfffc
Parents: 1a2dde9
Author: oleg-ostanin <oo...@gridgain.com>
Authored: Mon Jul 17 16:30:04 2017 +0300
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Mon Jul 17 16:30:04 2017 +0300

----------------------------------------------------------------------
 assembly/release-fabric-base.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/9cd966a7/assembly/release-fabric-base.xml
----------------------------------------------------------------------
diff --git a/assembly/release-fabric-base.xml b/assembly/release-fabric-base.xml
index 7484dfa..5007785 100644
--- a/assembly/release-fabric-base.xml
+++ b/assembly/release-fabric-base.xml
@@ -239,7 +239,6 @@
             <excludes>
                 <exclude>**/package.html</exclude>
                 <exclude>src/test/**</exclude>
-                <exclude>src/main/ml/**</exclude>
             </excludes>
         </fileSet>
 


[2/4] ignite git commit: Merge branch 'ignite-2.1.2' into ignite-2.1

Posted by av...@apache.org.
Merge branch 'ignite-2.1.2' into ignite-2.1


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

Branch: refs/heads/master
Commit: 355ffda1e8aa88fd904d037995c061380aa1b74d
Parents: 9cd966a 219f289
Author: devozerov <vo...@gridgain.com>
Authored: Mon Jul 17 17:11:59 2017 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Mon Jul 17 17:11:59 2017 +0300

----------------------------------------------------------------------

----------------------------------------------------------------------



[3/4] ignite git commit: Assembly procedure fix

Posted by av...@apache.org.
Assembly procedure fix


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

Branch: refs/heads/master
Commit: bdaeecca96798539c4baebe30aa10b33d832df10
Parents: 355ffda
Author: Anton Vinogradov <av...@apache.org>
Authored: Thu Jul 20 14:58:09 2017 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Thu Jul 20 15:01:11 2017 +0300

----------------------------------------------------------------------
 DEVNOTES.txt | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/bdaeecca/DEVNOTES.txt
----------------------------------------------------------------------
diff --git a/DEVNOTES.txt b/DEVNOTES.txt
index 8a689b8..340153e 100644
--- a/DEVNOTES.txt
+++ b/DEVNOTES.txt
@@ -2,14 +2,14 @@ Ignite Fabric Maven Build Instructions
 ======================================
 1) Optional: build Apache Ignite.NET as described at modules/platforms/dotnet/DEVNOTES.txt.
 
-2) Compile and package:
+2) Compile and install:
 
-  mvn clean package -Pall-java,all-scala,licenses -DskipTests
+  mvn clean install -Pall-java,all-scala,licenses -DskipTests
 
   or if you have built Apache Ignite.NET on the first step use following command:
   (Note that 'doxygen' should be installed before running this command.)
 
-  mvn clean package -Pall-java,all-scala,licenses -DskipTests -DclientDocs
+  mvn clean install -Pall-java,all-scala,licenses -DskipTests -DclientDocs
 
 3) Javadoc generation (optional):
 
@@ -25,14 +25,14 @@ Ignite Fabric with LGPL Maven Build Instructions
 ======================================
 1) Optional: build Apache Ignite.NET as described at modules/platforms/dotnet/DEVNOTES.txt.
 
-2) Compile and package:
+2) Compile and install:
 
-  mvn clean package -Pall-java,all-scala,licenses -DskipTests
+  mvn clean install -Pall-java,all-scala,licenses -DskipTests
 
   or if you have built Apache Ignite.NET on the first step use following command:
   (Note that 'doxygen' should be installed before running this command.)
 
-  mvn clean package -Pall-java,all-scala,licenses -DskipTests -DclientDocs
+  mvn clean install -Pall-java,all-scala,licenses -DskipTests -DclientDocs
 
 3) Javadoc generation with LGPL (optional):
 
@@ -46,15 +46,15 @@ Look for apache-ignite-fabric-lgpl-<version>-bin.zip in ./target/bin directory.
 
 Ignite Hadoop Accelerator Maven Build Instructions
 ============================================
-1) Compile and package:
+1) Compile and install:
 
-    mvn clean package -Pall-java,all-scala,licenses -DskipTests
+    mvn clean install -Pall-java,all-scala,licenses -DskipTests
 
 Use 'hadoop.version' parameter to build Ignite against a specific Hadoop version.
 Use 'spark.version' parameter to build ignite-spark module for a specific Spark version. Version should be >= 2.0.0.
 For example:
 
-    mvn clean package -Pall-java,all-scala,licenses -DskipTests -Dhadoop.version=2.4.2 -Dspark.version=2.1.1
+    mvn clean install -Pall-java,all-scala,licenses -DskipTests -Dhadoop.version=2.4.2 -Dspark.version=2.1.1
 
 2) Assembly Hadoop Accelerator:
   mvn initialize -Prelease -Dignite.edition=hadoop


[4/4] ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-2.1'

Posted by av...@apache.org.
Merge remote-tracking branch 'remotes/origin/ignite-2.1'


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

Branch: refs/heads/master
Commit: ebfa5557bf197e7cf0e6eebbee15d2f227dfc553
Parents: a1fab62 bdaeecc
Author: Anton Vinogradov <av...@apache.org>
Authored: Mon Aug 28 18:12:25 2017 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Mon Aug 28 18:12:25 2017 +0300

----------------------------------------------------------------------

----------------------------------------------------------------------