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 2016/01/07 02:40:33 UTC

bigtop git commit: BIGTOP-2214. Bump up ignite-hadoop version to the latest stable 1.5.0.final (part two)

Repository: bigtop
Updated Branches:
  refs/heads/master ba67e6492 -> 7007ed7af


BIGTOP-2214. Bump up ignite-hadoop version to the latest stable 1.5.0.final (part two)

Since BIGTOP-2214 the version issue in the ignite-component got fixed, now we
can go back to use ${IGNITE_HADOOP_VERSION} for Zeppelin build

This reverts commit f99ed527408821bb8345ca686b388cd3031c4613.


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

Branch: refs/heads/master
Commit: 7007ed7af4a5b1161eb8bb910b0170165cc0b21c
Parents: ba67e64
Author: Konstantin Boudnik <co...@apache.org>
Authored: Wed Jan 6 17:15:18 2016 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Wed Jan 6 17:15:18 2016 -0800

----------------------------------------------------------------------
 bigtop-packages/src/common/zeppelin/do-component-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/7007ed7a/bigtop-packages/src/common/zeppelin/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/zeppelin/do-component-build b/bigtop-packages/src/common/zeppelin/do-component-build
index 9adf4f2..4eb6242 100644
--- a/bigtop-packages/src/common/zeppelin/do-component-build
+++ b/bigtop-packages/src/common/zeppelin/do-component-build
@@ -21,7 +21,7 @@ set -ex
 BUILD_OPTS="-Divy.home=${HOME}/.ivy2 -Dsbt.ivy.home=${HOME}/.ivy2 -Duser.home=${HOME} \
             -Drepo.maven.org=$IVY_MIRROR_PROP \
             -Dreactor.repo=file://${HOME}/.m2/repository \
-            -Dignite.version=1.5.0-b1 \
+            -Dignite.version=$IGNITE_HADOOP_VERSION \
             -Pspark-1.5 -Dspark.version=$SPARK_VERSION \
             -Phadoop-2.6 -Dhadoop.version=$HADOOP_VERSION \
             -Pyarn \