Skip to content

Commit 061a55f

Browse files
Leemoonsoobzz
authored andcommitted
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
1 parent 72c0d66 commit 061a55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/create_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function make_binary_release() {
125125
rm -rf ${WORKING_DIR}/zeppelin-${RELEASE_NAME}-bin-${BIN_RELEASE_NAME}
126126
}
127127

128-
make_binary_release all "-Pspark-1.5 -Phadoop-2.4 -Pyarn -Ppyspark"
128+
make_binary_release all "-Pspark-1.6 -Phadoop-2.4 -Pyarn -Ppyspark"
129129

130130
# remove non release files and dirs
131131
rm -rf ${WORKING_DIR}/zeppelin

0 commit comments

Comments
 (0)