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

    https://github.com/apache/spark/pull/22615#discussion_r223104756
  
    --- Diff: dev/create-release/release-build.sh ---
    @@ -288,7 +290,9 @@ if [[ "$1" == "package" ]]; then
       declare -A BINARY_PKGS_EXTRA
       BINARY_PKGS_EXTRA["hadoop2.7"]="withpip"
       if ! is_dry_run; then
    -    BINARY_PKGS_EXTRA["hadoop2.6"]="withr"
    +    if [[ $SPARK_VERSION < "3.0." ]]; then
    +      BINARY_PKGS_EXTRA["hadoop2.6"]="withr"
    --- End diff --
    
    I see. Let me try to rewrite the script to support two args and attach 
these both to 2.7


---

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

Reply via email to