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-2.7/hive-2.3
1 parent 403ef53 commit 7205b18Copy full SHA for 7205b18
dev/create-release/release-build.sh
@@ -282,6 +282,7 @@ if [[ "$1" == "package" ]]; then
282
if [[ $SPARK_VERSION < "3.0." ]]; then
283
BINARY_PKGS_ARGS["hadoop2.6"]="-Phadoop-2.6 $HIVE_PROFILES"
284
else
285
+ BINARY_PKGS_ARGS["hadoop2.7-hive1.2"]="-Phadoop-2.7 -Phive-1.2 $HIVE_PROFILES"
286
BINARY_PKGS_ARGS["hadoop3.2"]="-Phadoop-3.2 $HIVE_PROFILES"
287
fi
288
0 commit comments