GitHub user srowen opened a pull request:
https://github.com/apache/spark/pull/3454
SPARK-1450 [EC2] Specify the default zone in the EC2 script help
This looks like a one-liner, so I took a shot at it. There can be no fixed
default availability zone since the names are different per region. But the
default behavior can be documented:
```
if opts.zone == "":
opts.zone = random.choice(conn.get_all_zones()).name
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srowen/spark SPARK-1450
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/3454.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 #3454
----
commit 9193cf3f8e9ae0e2d30a7c50a7be06440a006f91
Author: Sean Owen <[email protected]>
Date: 2014-11-25T10:48:23Z
Document that --zone defaults to a single random zone
----
---
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]