Repository: incubator-zeppelin Updated Branches: refs/heads/branch-0.5.6 7105afc38 -> 0f81cc145
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 (cherry picked from commit 061a55fa46fd4a271e62cfb7945a76e1bfe30672) Signed-off-by: Alexander Bezzubov <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/0f81cc14 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/0f81cc14 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/0f81cc14 Branch: refs/heads/branch-0.5.6 Commit: 0f81cc145b31dd008209bd20e86393d26567c72f Parents: 7105afc 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:30:14 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/0f81cc14/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
