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 2015/12/18 08:07:56 UTC

bigtop git commit: BIGTOP-2181. Setting Ignite version to use '.' broke Zeppelin build.

Repository: bigtop
Updated Branches:
  refs/heads/master f4c07545d -> f99ed5274


BIGTOP-2181. Setting Ignite version to use '.' broke Zeppelin build.

Signed-off-by: Konstantin Boudnik <co...@apache.org>


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

Branch: refs/heads/master
Commit: f99ed527408821bb8345ca686b388cd3031c4613
Parents: f4c0754
Author: Sergey Soldatov <se...@gmail.com>
Authored: Thu Dec 17 22:40:11 2015 -0800
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Thu Dec 17 23:07:31 2015 -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/f99ed527/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 abc5752..dd56df0 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=$IGNITE_HADOOP_VERSION \
+            -Dignite.version=1.5.0-b1 \
             -Pspark-1.5 -Dspark.version=$SPARK_VERSION \
             -Phadoop-2.6 -Dhadoop.version=$HADOOP_VERSION \
             -Pyarn \