Skip to content

Commit 5f96af8

Browse files
committed
[SPARK-29608][BUILD] Add hadoop-3.2 profile to release build
1 parent ae5b60d commit 5f96af8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/create-release/release-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ if [[ "$1" == "package" ]]; then
280280
BINARY_PKGS_ARGS["without-hadoop"]="-Phadoop-provided"
281281
if [[ $SPARK_VERSION < "3.0." ]]; then
282282
BINARY_PKGS_ARGS["hadoop2.6"]="-Phadoop-2.6 $HIVE_PROFILES"
283+
else
284+
BINARY_PKGS_ARGS["hadoop3.2"]="-Phadoop-3.2 $HIVE_PROFILES"
283285
fi
284286
fi
285287

0 commit comments

Comments
 (0)