aboutsummaryrefslogtreecommitdiff
path: root/ec2/spark_ec2.py
diff options
context:
space:
mode:
Diffstat (limited to 'ec2/spark_ec2.py')
-rwxr-xr-xec2/spark_ec2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index 0ce5ce867f..413fcf2695 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -236,7 +236,7 @@ def launch_cluster(conn, opts, cluster_name):
die_on_error=False)
if any(active_nodes):
print >> stderr, ("ERROR: There are already instances running in " +
- "group %s, %s or %s" % (master_group.name, slave_group.name))
+ "group %s or %s" % (master_group.name, slave_group.name))
sys.exit(1)
# Figure out Spark AMI