Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/15659#discussion_r85484770
--- 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 --
Looks like these changes are not related and can be separated to another
small pr?
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]