GitHub user nchammas opened a pull request:
https://github.com/apache/spark/pull/2290
[EC2] don't duplicate default values
This PR makes two minor changes to the `spark-ec2` script:
1. The script's input parameter default values are duplicated into the help
text. This is unnecessary. This PR replaces the duplicated info with the
appropriate `optparse` placeholder.
2. The default Spark version currently needs to be updated by hand during
each release, which is known to be a faulty process. This PR places that
default value in an easy-to-spot place.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nchammas/spark spark-ec2-default-version
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/2290.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2290
----
commit 0c6d3bbe90b81dc433791a82d26ddc695cacf1d7
Author: Nicholas Chammas <[email protected]>
Date: 2014-09-05T18:33:09Z
don't duplicate default values
----
---
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]