Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.6 4274208f9 -> 6dac54feb


[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

(cherry picked from commit 68c43e240bb16ab61716057ab775cdb4e76a10ad)
Signed-off-by: Mina Lee <[email protected]>


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

Branch: refs/heads/branch-0.6
Commit: 6dac54febbcc6185525f128d57f614020ec4751f
Parents: 4274208
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:36 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/6dac54fe/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