You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2020/03/30 09:16:14 UTC

[zeppelin] branch master updated: [hotfix] fix zeppelin netinsta miss zeppelin-interpreter-shaded jar

This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 46c5d97  [hotfix] fix zeppelin netinsta miss zeppelin-interpreter-shaded jar
46c5d97 is described below

commit 46c5d97b66fe16a96c5314e66cb8625654c07953
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Mon Mar 30 17:14:52 2020 +0800

    [hotfix] fix zeppelin netinsta miss zeppelin-interpreter-shaded jar
---
 dev/common_release.sh | 2 +-
 dev/create_release.sh | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev/common_release.sh b/dev/common_release.sh
index 8d0434a..fda1700 100644
--- a/dev/common_release.sh
+++ b/dev/common_release.sh
@@ -46,7 +46,7 @@ usage() {
 function git_clone() {
   echo "Clone the source"
   # clone source
-  git clone https://git-wip-us.apache.org/repos/asf/zeppelin.git "${WORKING_DIR}/zeppelin"
+  git clone https://gitbox.apache.org/repos/asf/zeppelin.git "${WORKING_DIR}/zeppelin"
 
   if [[ $? -ne 0 ]]; then
     echo "Can not clone source repository"
diff --git a/dev/create_release.sh b/dev/create_release.sh
index 966b6c9..536f3a5 100755
--- a/dev/create_release.sh
+++ b/dev/create_release.sh
@@ -96,9 +96,9 @@ function make_binary_release() {
 }
 
 git_clone
-#make_source_package
-#make_binary_release all "-Pweb-angular -Phadoop-2.6"
-make_binary_release netinst "-Pweb-angular -Phadoop-2.6 -pl zeppelin-server,zeppelin-display,markdown,shell,spark/spark-dependencies,zeppelin-plugins,zeppelin-web,zeppelin-web-angular,zeppelin-distribution -amd"
+make_source_package
+make_binary_release netinst "-Pweb-angular -Phadoop-2.6 -pl !beam,!hbase,!pig,!jdbc,!file,!flink,!ignite,!kylin,!lens,!cassandra,!elasticsearch,!bigquery,!alluxio,!scio,!livy,!groovy,!sap,!java,!geode,!neo4j,!hazelcastjet,!submarine,!sparql,!mongodb,!ksql,!scalding -am"
+make_binary_release all "-Pweb-angular -Phadoop-2.6"
 
 # remove non release files and dirs
 rm -rf "${WORKING_DIR}/zeppelin"