Repository: bigtop
Updated Branches:
  refs/heads/master 5b8bba96a -> 59c9edd09


BIGTOP-2812: Upgrade Zeppelin version to 0.7.2


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

Branch: refs/heads/master
Commit: 59c9edd09732d1e95464ea2f01c2789d06650e26
Parents: 5b8bba9
Author: Youngwoo Kim <[email protected]>
Authored: Sat Jun 17 16:06:21 2017 +0900
Committer: Youngwoo Kim <[email protected]>
Committed: Tue Jun 20 10:31:47 2017 +0900

----------------------------------------------------------------------
 .../src/common/zeppelin/do-component-build      | 37 +++++++++-----------
 bigtop.bom                                      |  2 +-
 2 files changed, 17 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/59c9edd0/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 9906fb4..05d93f3 100644
--- a/bigtop-packages/src/common/zeppelin/do-component-build
+++ b/bigtop-packages/src/common/zeppelin/do-component-build
@@ -30,29 +30,24 @@ if [ $HOSTTYPE = "powerpc64le" ] ; then
   sed  -i "s|<version>0.0.25</version>|<version>1.1</version>|" 
zeppelin-web/pom.xml
 fi
 
-t="scala.version"
-find . -name pom.xml -exec sed -i "s#<$t>.*</$t>#<$t>${SCALA_VERSION}</$t>#" 
{} \;
-t="scala.binary.version"
-find . -name pom.xml -exec sed -i 
"s#<$t>.*</$t>#<$t>${SCALA_VERSION%.*}</$t>#" {} \;
-t="scala.macros.version"
-find . -name pom.xml -exec sed -i "s#<$t>.*</$t>#<$t>2.1.0</$t>#" {} \;
-t="spark.version"
-find . -name pom.xml -exec sed -i "s#<$t>.*</$t>#<$t>${SPARK_VERSION}</$t>#" 
{} \;
-t="hadoop.version"
-find . -name pom.xml -exec sed -i "s#<$t>.*</$t>#<$t>${HADOOP_VERSION}</$t>#" 
{} \;
-t="hbase.hbase.version"
-find . -name pom.xml -exec sed -i "s#<$t>.*</$t>#<$t>${HBASE_VERSION}</$t>#" 
{} \;
-t="hbase.hadoop.version"
-find . -name pom.xml -exec sed -i "s#<$t>.*</$t>#<$t>${HADOOP_VERSION}</$t>#" 
{} \;
-t="ignite.version"
-find . -name pom.xml -exec sed -i 
"s#<$t>.*</$t>#<$t>${IGNITE_HADOOP_VERSION}</$t>#" {} \;
-
-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 \
+./dev/change_scala_version.sh ${SCALA_VERSION%.*}
+
+BUILD_OPTS="-Dscala.version=${SCALA_VERSION} \
+            -Dscala.binary.version=${SCALA_VERSION%.*} \
+            -Dscala.macros.version=2.1.0 \
+            -Dspark.version=${SPARK_VERSION} \
+            -Dhadoop.version=${HADOOP_VERSION} \
+            -Dhbase.hbase.version=${HBASE_VERSION} \
+            -Dhbase.hadoop.version=${HADOOP_VERSION} \
+            -Dignite.version=${IGNITE_HADOOP_VERSION} \
+            -Dflink.version=${FLINK_VERSION} \
+            -Pspark-${SPARK_VERSION%.*} \
+            -Phadoop-${HADOOP_VERSION%.*} \
             -Pscala-${SCALA_VERSION%.*} \
+            -Ppyspark \
+            -Psparkr \
             -Pbuild-distr"
-            
+
 if [ "$ZEPPELIN_RUN_TESTS" = "true" ]; then
   BUILD_OPTS="$BUILD_OPTS -DskipTests=false"
 else

http://git-wip-us.apache.org/repos/asf/bigtop/blob/59c9edd0/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index e24bc5f..72b2b94 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -427,7 +427,7 @@ bigtop {
     'zeppelin' {
       name    = 'zeppelin'
       relNotes = 'Apache Zeppelin'
-      version { base = '0.7.0'; pkg = base; release = 1 }
+      version { base = '0.7.2'; pkg = base; release = 1 }
       tarball { source      = "$name-${version.base}.tgz"
                 destination = "$name-${version.base}.tar.gz" }
       url     { download_path = "/$name/$name-${version.base}/"

Reply via email to