Skip to content

Commit

Permalink
ZEPPELIN-397 Activate spark-1.5 and hadoop-2.4 by default in release …
Browse files Browse the repository at this point in the history
…script

https://issues.apache.org/jira/browse/ZEPPELIN-397

Activate spark-1.5 and hadoop-2.4 by default
That'll enable use sc.textFile("s3...") with default configuration without specify SPARK_HOME.

Author: Lee moon soo <[email protected]>

This patch had conflicts when merged, resolved by
Committer: Lee moon soo <[email protected]>

Closes apache#397 from Leemoonsoo/ZEPPELIN-397 and squashes the following commits:

9855dde [Lee moon soo] Activate spark-1.5 and hadoop-2.4 by default
  • Loading branch information
Leemoonsoo committed Nov 6, 2015
1 parent dfbc0e6 commit a4db168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function make_binary_release() {
rm -rf ${WORKING_DIR}/zeppelin-${RELEASE_NAME}-bin-${BIN_RELEASE_NAME}
}

make_binary_release all "-Pyarn -Ppyspark"
make_binary_release all "-Pspark-1.5 -Phadoop-2.4 -Pyarn -Ppyspark"

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

0 comments on commit a4db168

Please sign in to comment.