We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hadoop-3.2
1 parent ae5b60d commit 5f96af8Copy full SHA for 5f96af8
dev/create-release/release-build.sh
@@ -280,6 +280,8 @@ if [[ "$1" == "package" ]]; then
280
BINARY_PKGS_ARGS["without-hadoop"]="-Phadoop-provided"
281
if [[ $SPARK_VERSION < "3.0." ]]; then
282
BINARY_PKGS_ARGS["hadoop2.6"]="-Phadoop-2.6 $HIVE_PROFILES"
283
+ else
284
+ BINARY_PKGS_ARGS["hadoop3.2"]="-Phadoop-3.2 $HIVE_PROFILES"
285
fi
286
287
0 commit comments