Repository: zeppelin
Updated Branches:
  refs/heads/master 36a7e38ff -> 68c43e240


[BUILD] Remove bigquery interpreter from netinst package

### What is this PR for?
Remove bigquery interpreter from netinst package

### What type of PR is it?
Build

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: Mina Lee <[email protected]>

Closes #1306 from minahlee/netinst/remove_bigquery and squashes the following 
commits:

0604840 [Mina Lee] Remove bigquery interpreter from netinst package


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

Branch: refs/heads/master
Commit: 68c43e240bb16ab61716057ab775cdb4e76a10ad
Parents: 36a7e38
Author: Mina Lee <[email protected]>
Authored: Tue Aug 9 15:50:35 2016 +0900
Committer: Mina Lee <[email protected]>
Committed: Tue Aug 9 16:13:22 2016 +0900

----------------------------------------------------------------------
 dev/create_release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/68c43e24/dev/create_release.sh
----------------------------------------------------------------------
diff --git a/dev/create_release.sh b/dev/create_release.sh
index 14688b6..272713b 100755
--- a/dev/create_release.sh
+++ b/dev/create_release.sh
@@ -104,7 +104,7 @@ function make_binary_release() {
 git_clone
 make_source_package
 make_binary_release all "-Pspark-2.0 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr 
-Pr -Pscala-2.11"
-make_binary_release netinst "-Pspark-2.0 -Phadoop-2.4 -Pyarn -Ppyspark 
-Psparkr -Pr -Pscala-2.11 -pl 
!alluxio,!angular,!cassandra,!elasticsearch,!file,!flink,!hbase,!ignite,!jdbc,!kylin,!lens,!livy,!markdown,!postgresql,!python,!shell"
+make_binary_release netinst "-Pspark-2.0 -Phadoop-2.4 -Pyarn -Ppyspark 
-Psparkr -Pr -Pscala-2.11 -pl 
!alluxio,!angular,!cassandra,!elasticsearch,!file,!flink,!hbase,!ignite,!jdbc,!kylin,!lens,!livy,!markdown,!postgresql,!python,!shell,!bigquery"
 
 # remove non release files and dirs
 rm -rf "${WORKING_DIR}/zeppelin"

Reply via email to