Repository: incubator-zeppelin Updated Branches: refs/heads/master 2d893abaf -> dfbc0e690
ZEPPELIN-396 Add -Pypspark profile for release binary https://issues.apache.org/jira/browse/ZEPPELIN-396 Add -Ppyspark to enable pyspark in default configuration (without SPARK_HOME specified). Author: Lee moon soo <[email protected]> Closes #396 from Leemoonsoo/ZEPPELIN-396 and squashes the following commits: 4e599af [Lee moon soo] Add -Pypspark profile for release binary Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/dfbc0e69 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/dfbc0e69 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/dfbc0e69 Branch: refs/heads/master Commit: dfbc0e690c1dfdb6533207a98ef814ec79bff01e Parents: 2d893ab Author: Lee moon soo <[email protected]> Authored: Fri Nov 6 13:16:51 2015 +0900 Committer: Lee moon soo <[email protected]> Committed: Fri Nov 6 19:20:47 2015 +0900 ---------------------------------------------------------------------- dev/create_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/dfbc0e69/dev/create_release.sh ---------------------------------------------------------------------- diff --git a/dev/create_release.sh b/dev/create_release.sh index 833753c..3d5a61c 100755 --- a/dev/create_release.sh +++ b/dev/create_release.sh @@ -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
