We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf742e1 commit 4f4dc62Copy full SHA for 4f4dc62
1 file changed
dev/create-release/create-release.sh
@@ -77,6 +77,8 @@ if [[ ! "$@" =~ --package-only ]]; then
77
-Dscala-2.11 -Pyarn -Phive -Phadoop-2.2 -Pspark-ganglia-lgpl -Pkinesis-asl \
78
clean install
79
80
+ ./dev/change-version-to-2.10.sh
81
+
82
pushd $SPARK_REPO
83
84
# Remove any extra files generated during install
@@ -155,7 +157,6 @@ make_binary_release() {
155
157
}
156
158
159
-make_binary_release "hadoop2.4-scala-2.11" "-Phadoop-2.4 -Phive -Phive-thriftserver -Pyarn -Dscala-2.11" &
160
make_binary_release "hadoop1" "-Phive -Phive-thriftserver -Dhadoop.version=1.0.4" &
161
make_binary_release "cdh4" "-Phive -Phive-thriftserver -Dhadoop.version=2.0.0-mr1-cdh4.2.0" &
162
make_binary_release "hadoop2.3" "-Phadoop-2.3 -Phive -Phive-thriftserver -Pyarn" &
0 commit comments