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

    https://github.com/apache/spark/pull/15659#discussion_r87679919
  
    --- Diff: dev/create-release/release-build.sh ---
    @@ -187,10 +208,10 @@ if [[ "$1" == "package" ]]; then
       # We increment the Zinc port each time to avoid OOM's and other 
craziness if multiple builds
       # share the same Zinc server.
       FLAGS="-Psparkr -Phive -Phive-thriftserver -Pyarn -Pmesos"
    -  make_binary_release "hadoop2.3" "-Phadoop2.3 $FLAGS" "3033" &
    -  make_binary_release "hadoop2.4" "-Phadoop2.4 $FLAGS" "3034" &
    -  make_binary_release "hadoop2.6" "-Phadoop2.6 $FLAGS" "3035" &
    -  make_binary_release "hadoop2.7" "-Phadoop2.7 $FLAGS" "3036" &
    +  make_binary_release "hadoop2.3" "-Phadoop-2.3 $FLAGS" "3033" &
    +  make_binary_release "hadoop2.4" "-Phadoop-2.4 $FLAGS" "3034" &
    +  make_binary_release "hadoop2.6" "-Phadoop-2.6 $FLAGS" "3035" &
    +  make_binary_release "hadoop2.7" "-Phadoop-2.7 $FLAGS" "3036" &
    --- End diff --
    
    I think this is a new issue which was introduced in 
https://github.com/apache/spark/pull/14637/files#diff-01ca42240614718522afde4d4885b40dL189.
 I'd be in favor of fixing this separately. Do you mind splitting this change 
into a separate small PR which I'll merge right away?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to