Skip to content

Commit 9193cf3

Browse files
committed
Document that --zone defaults to a single random zone
1 parent 0fe54cf commit 9193cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ec2/spark_ec2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def parse_args():
8686
"-z", "--zone", default="",
8787
help="Availability zone to launch instances in, or 'all' to spread " +
8888
"slaves across multiple (an additional $0.01/Gb for bandwidth" +
89-
"between zones applies)")
89+
"between zones applies) (default: a single zone chosen at random)")
9090
parser.add_option("-a", "--ami", help="Amazon Machine Image ID to use")
9191
parser.add_option(
9292
"-v", "--spark-version", default=DEFAULT_SPARK_VERSION,

0 commit comments

Comments
 (0)