Skip to content

Commit 202fcd2

Browse files
committed
[SPARK-18590][SPARKR] Change the R source build to Hadoop 2.6
This PR changes the SparkR source release tarball to be built using the Hadoop 2.6 profile. Previously it was using the without hadoop profile which leads to an error as discussed in #16014 (comment) Author: Shivaram Venkataraman <[email protected]> Closes #16218 from shivaram/fix-sparkr-release-build.
1 parent 3261e25 commit 202fcd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/create-release/release-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ if [[ "$1" == "package" ]]; then
238238
FLAGS="-Psparkr -Phive -Phive-thriftserver -Pyarn -Pmesos"
239239
make_binary_release "hadoop2.3" "-Phadoop-2.3 $FLAGS" "3033" &
240240
make_binary_release "hadoop2.4" "-Phadoop-2.4 $FLAGS" "3034" &
241-
make_binary_release "hadoop2.6" "-Phadoop-2.6 $FLAGS" "3035" &
241+
make_binary_release "hadoop2.6" "-Phadoop-2.6 $FLAGS" "3035" "withr" &
242242
make_binary_release "hadoop2.7" "-Phadoop-2.7 $FLAGS" "3036" "withpip" &
243243
make_binary_release "hadoop2.4-without-hive" "-Psparkr -Phadoop-2.4 -Pyarn -Pmesos" "3037" &
244-
make_binary_release "without-hadoop" "-Psparkr -Phadoop-provided -Pyarn -Pmesos" "3038" "withr" &
244+
make_binary_release "without-hadoop" "-Psparkr -Phadoop-provided -Pyarn -Pmesos" "3038" &
245245
wait
246246
rm -rf spark-$SPARK_VERSION-bin-*/
247247

0 commit comments

Comments
 (0)