Github user nchammas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/4457#discussion_r24303350
  
    --- Diff: ec2/spark_ec2.py ---
    @@ -607,14 +608,17 @@ def get_existing_cluster(conn, opts, cluster_name, 
die_on_error=True):
                 elif (cluster_name + "-slaves") in group_names:
                     slave_nodes.append(inst)
         if any((master_nodes, slave_nodes)):
    -        print "Found %d master(s), %d slaves" % (len(master_nodes), 
len(slave_nodes))
    +        print "Found %d master(s), %d slaves" % (len(master_nodes), 
len(slave_nodes)) \
    +            + " in region " + opts.region
    --- End diff --
    
    Really minor point, but I would leave this print statement unchanged since 
users are unlikely to take action at this particular point, and we printed the 
region earlier.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to