From 9193cf3f8e9ae0e2d30a7c50a7be06440a006f91 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Tue, 25 Nov 2014 10:48:23 +0000 Subject: [PATCH] Document that --zone defaults to a single random zone --- ec2/spark_ec2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py index a5396c2375915..d023408307bcc 100755 --- a/ec2/spark_ec2.py +++ b/ec2/spark_ec2.py @@ -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,