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

    https://github.com/apache/spark/pull/2571#discussion_r18136353
  
    --- Diff: ec2/spark_ec2.py ---
    @@ -820,18 +820,18 @@ def ssh_read(host, opts, command):
             ssh_command(opts) + ['%s@%s' % (opts.user, host), 
stringify_command(command)])
     
     
    -def ssh_write(host, opts, command, input):
    --- End diff --
    
    `input` is a built-in Python function. Overwriting it is bad style and 
error-prone.


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