mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add -Pypspark profile for release binary
This commit is contained in:
parent
2d893abafa
commit
4e599af91d
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ function make_binary_release() {
|
|||
rm -rf ${WORKING_DIR}/zeppelin-${RELEASE_NAME}-bin-${BIN_RELEASE_NAME}
|
||||
}
|
||||
|
||||
make_binary_release all -Pyarn
|
||||
make_binary_release all "-Pyarn -Ppyspark"
|
||||
|
||||
# remove non release files and dirs
|
||||
rm -rf ${WORKING_DIR}/zeppelin
|
||||
|
|
|
|||
Loading…
Reference in a new issue