Skip to content

Commit

Permalink
Change to 2.11 should not be included when committing new patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed Nov 17, 2014
1 parent bf742e1 commit 4f4dc62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/create-release/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ if [[ ! "$@" =~ --package-only ]]; then
-Dscala-2.11 -Pyarn -Phive -Phadoop-2.2 -Pspark-ganglia-lgpl -Pkinesis-asl \
clean install

./dev/change-version-to-2.10.sh

pushd $SPARK_REPO

# Remove any extra files generated during install
Expand Down Expand Up @@ -155,7 +157,6 @@ make_binary_release() {
}


make_binary_release "hadoop2.4-scala-2.11" "-Phadoop-2.4 -Phive -Phive-thriftserver -Pyarn -Dscala-2.11" &
make_binary_release "hadoop1" "-Phive -Phive-thriftserver -Dhadoop.version=1.0.4" &
make_binary_release "cdh4" "-Phive -Phive-thriftserver -Dhadoop.version=2.0.0-mr1-cdh4.2.0" &
make_binary_release "hadoop2.3" "-Phadoop-2.3 -Phive -Phive-thriftserver -Pyarn" &
Expand Down

0 comments on commit 4f4dc62

Please sign in to comment.