GitHub user whenceforth opened a pull request:
https://github.com/apache/spark/pull/453
Spark 1532- provide option to specify allowed IPs for EC2 instance when
creating EC2 cluster
Modified the python script that creates spark clusters on EC2. Instead of
always allowing '0.0.0.0/0' to access the open ports, the script now provides
the option to set the allowed IPs. It defaults to '0.0.0.0/0' so only users
who actually specify the new option will see a change in behavior.
https://issues.apache.org/jira/browse/SPARK-1532
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/whenceforth/spark spark-1532
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/453.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 #453
----
commit 8112708ea5167fa4cd7ea0abf343907d6bd3fd46
Author: Art Peel <[email protected]>
Date: 2014-04-14T20:42:48Z
Provide option to set more restrictive Source in the security groups.
The new option is --ips-allowed and it defaults to 0.0.0.0/0 to
match the existing behavior of the script.
commit 0bf9a9dc0425dcb6f819d5f4d189b7185e698461
Author: Art Peel <[email protected]>
Date: 2014-04-19T05:52:44Z
Merge branch 'access_mask_option' into spark-1532
Adding fix for SPARK-1532 to more current master.
Why? Travis-CI failed one part of build for an earlier
pull request on code very much unrelated to the fix for
SPARK-1532.
----
---
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.
---