Repository: incubator-zeppelin Updated Branches: refs/heads/branch-0.5.5 8575cb7bc -> 49c7d35fa
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 (cherry picked from commit dfbc0e690c1dfdb6533207a98ef814ec79bff01e) Signed-off-by: Lee moon soo <[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/49c7d35f Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/49c7d35f Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/49c7d35f Branch: refs/heads/branch-0.5.5 Commit: 49c7d35fad19defad8c3c205469a7d9dd8eabdfa Parents: 8575cb7 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:23:06 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/49c7d35f/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
