Skip to content

Commit

Permalink
Document that --zone defaults to a single random zone
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Nov 25, 2014
1 parent 0fe54cf commit 9193cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec2/spark_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def parse_args():
"-z", "--zone", default="",
help="Availability zone to launch instances in, or 'all' to spread " +
"slaves across multiple (an additional $0.01/Gb for bandwidth" +
"between zones applies)")
"between zones applies) (default: a single zone chosen at random)")
parser.add_option("-a", "--ami", help="Amazon Machine Image ID to use")
parser.add_option(
"-v", "--spark-version", default=DEFAULT_SPARK_VERSION,
Expand Down

0 comments on commit 9193cf3

Please sign in to comment.