Skip to content
Snippets Groups Projects
Commit 8dccee16 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Bug fix

parent 31c18a25
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment