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

    https://github.com/apache/spark/pull/4122#discussion_r24205499
  
    --- Diff: ec2/spark_ec2.py ---
    @@ -1082,11 +1109,11 @@ def real_main():
                         time.sleep(30)  # Yes, it does have to be this long :-(
                         for group in groups:
                             try:
    -                            conn.delete_security_group(group.name)
    -                            print "Deleted security group " + group.name
    +                            conn.delete_security_group(group_id=group.id)
    +                            print "Deleted security group %s, id %s" % 
(group.name, group.id)
    --- End diff --
    
    Is there any place where the user inputs a group by its ID instead of its 
name? If not, I don't think we should print this here.


---
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