You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2017/03/27 03:13:12 UTC

[1/2] bigtop git commit: BIGTOP-2601. Bump Ignite to 1.9

Repository: bigtop
Updated Branches:
  refs/heads/master dc14acdfa -> 611a101aa


BIGTOP-2601. Bump Ignite to 1.9


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

Branch: refs/heads/master
Commit: 5cc10dfd91fe7b2da86d25a02f1d290a2eeab939
Parents: dc14acd
Author: Konstantin Boudnik <ko...@epam.com>
Authored: Fri Mar 24 17:52:28 2017 -0700
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Fri Mar 24 23:50:55 2017 -0700

----------------------------------------------------------------------
 bigtop-packages/src/common/ignite-hadoop/do-component-build | 2 +-
 bigtop.bom                                                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/5cc10dfd/bigtop-packages/src/common/ignite-hadoop/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/ignite-hadoop/do-component-build b/bigtop-packages/src/common/ignite-hadoop/do-component-build
index ca9ca5a..417477c 100644
--- a/bigtop-packages/src/common/ignite-hadoop/do-component-build
+++ b/bigtop-packages/src/common/ignite-hadoop/do-component-build
@@ -20,4 +20,4 @@ set -ex
 
 export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=512M"
 
-mvn clean install -DskipTests -Dhadoop.version=$HADOOP_VERSION -Dspark.version=$SPARK1_VERSION -Dignite.edition=hadoop
+mvn clean install -DskipTests -Dhadoop.version=$HADOOP_VERSION -Dspark.version=$SPARK_VERSION -Dignite.edition=hadoop

http://git-wip-us.apache.org/repos/asf/bigtop/blob/5cc10dfd/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index 3b8ae6e..d5aed8b 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -140,7 +140,7 @@ bigtop {
     'ignite-hadoop' {
       name    = 'ignite-hadoop'
       relNotes = 'Apache Ignite in-memory data fabric'
-      version { base = '1.5.0.final'; pkg = base; release = 1 }
+      version { base = '1.9.0'; pkg = base; release = 1 }
       tarball { destination = "${name}-${version.base}.tar.gz"
                 source      = "apache-ignite-${version.base}-src.zip" }
       url     { download_path = "/ignite/${version.base}/"


[2/2] bigtop git commit: BIGTOP-2421. Ignite RPM is broken: "missing" osgi package deps

Posted by co...@apache.org.
BIGTOP-2421. Ignite RPM is broken: "missing" osgi package deps


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

Branch: refs/heads/master
Commit: 611a101aab9fcf64a74e0b35d4cc0dfd9f698889
Parents: 5cc10df
Author: Konstantin Boudnik <ko...@epam.com>
Authored: Sun Mar 26 14:22:22 2017 -0700
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Sun Mar 26 14:25:58 2017 -0700

----------------------------------------------------------------------
 bigtop-packages/src/rpm/ignite-hadoop/SPECS/ignite-hadoop.spec | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/611a101a/bigtop-packages/src/rpm/ignite-hadoop/SPECS/ignite-hadoop.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/ignite-hadoop/SPECS/ignite-hadoop.spec b/bigtop-packages/src/rpm/ignite-hadoop/SPECS/ignite-hadoop.spec
index b8adb09..1d621c6 100644
--- a/bigtop-packages/src/rpm/ignite-hadoop/SPECS/ignite-hadoop.spec
+++ b/bigtop-packages/src/rpm/ignite-hadoop/SPECS/ignite-hadoop.spec
@@ -86,8 +86,11 @@ Source3: ignite-hadoop.svc
 Source4: init.d.tmpl
 Source5: ignite-hadoop.default
 BuildArch: noarch
+## This package _explicitly_ turns off the auto-discovery of required dependencies
+## to work around OSGI corner case, added to RPM lately. See BIGTOP-2421 for more info.
 Requires: coreutils, /usr/sbin/useradd, /sbin/chkconfig, /sbin/service
 Requires: hadoop-hdfs, hadoop-mapreduce, bigtop-utils >= 0.7
+AutoReq: no
 
 %if  0%{?mgaversion}
 Requires: bsh-utils