Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22615#discussion_r222874186
  
    --- Diff: dev/create-release/release-build.sh ---
    @@ -277,8 +277,10 @@ if [[ "$1" == "package" ]]; then
       declare -A BINARY_PKGS_ARGS
       BINARY_PKGS_ARGS["hadoop2.7"]="-Phadoop-2.7 $HIVE_PROFILES"
       if ! is_dry_run; then
    -    BINARY_PKGS_ARGS["hadoop2.6"]="-Phadoop-2.6 $HIVE_PROFILES"
         BINARY_PKGS_ARGS["without-hadoop"]="-Phadoop-provided"
    +    if [[ $SPARK_VERSION < "3.0." ]]; then
    --- End diff --
    
    I made one more change here. I realized we need to limit the Hadoop 2.6 
profile builds to versions before 3.0


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to