Github user shivaram commented on a diff in the pull request:
https://github.com/apache/spark/pull/1899#discussion_r16197440
--- Diff: ec2/spark_ec2.py ---
@@ -138,7 +138,9 @@ def parse_args():
parser.add_option(
"--user-data", type="string", default="",
help="Path to a user-data file (most AMI's interpret this as an
initialization script)")
-
+ parser.add_option(
+ "--security-group-prefix", type="string", default=None,
+ help="Use this prefix for teh security group rather than the
cluster name.")
--- End diff --
Typo: teh -> the
---
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]