mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
change build profile for binary package release from -Pspark-1.5 to -Pspark-1.6
This commit is contained in:
parent
78d2d5adc2
commit
dc4e2a3900
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue