Repository: incubator-zeppelin Updated Branches: refs/heads/master 72c0d66b9 -> 061a55fa4
Change build profile in release script for binary package ### What is this PR for? Change embedded Spark dependency in binary package for the release from 1.5 to 1.6. ### What type of PR is it? Improvement ### Todos ### Is there a relevant Jira issue? ### How should this be tested? build package using dev/create_release.sh and run created package with default configuration. And see output of 'sc.version' if it is based on spark 1.6 ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Lee moon soo <[email protected]> Closes #618 from Leemoonsoo/create_release.sh and squashes the following commits: dc4e2a3 [Lee moon soo] change build profile for binary package release from -Pspark-1.5 to -Pspark-1.6 Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/061a55fa Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/061a55fa Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/061a55fa Branch: refs/heads/master Commit: 061a55fa46fd4a271e62cfb7945a76e1bfe30672 Parents: 72c0d66 Author: Lee moon soo <[email protected]> Authored: Sun Jan 10 09:35:47 2016 -0800 Committer: Alexander Bezzubov <[email protected]> Committed: Mon Jan 11 22:29:55 2016 +0900 ---------------------------------------------------------------------- dev/create_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/061a55fa/dev/create_release.sh ---------------------------------------------------------------------- diff --git a/dev/create_release.sh b/dev/create_release.sh index ac1a33a..bc5cd73 100755 --- a/dev/create_release.sh +++ b/dev/create_release.sh @@ -125,7 +125,7 @@ function make_binary_release() { rm -rf ${WORKING_DIR}/zeppelin-${RELEASE_NAME}-bin-${BIN_RELEASE_NAME} } -make_binary_release all "-Pspark-1.5 -Phadoop-2.4 -Pyarn -Ppyspark" +make_binary_release all "-Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark" # remove non release files and dirs rm -rf ${WORKING_DIR}/zeppelin
