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

    https://github.com/apache/spark/pull/2988#discussion_r19746328
  
    --- Diff: ec2/spark_ec2.py ---
    @@ -718,12 +726,16 @@ def get_num_disks(instance_type):
             return 1
     
     
    -# Deploy the configuration file templates in a given local directory to
    -# a cluster, filling in any template parameters with information about the
    -# cluster (e.g. lists of masters and slaves). Files are only deployed to
    -# the first master instance in the cluster, and we expect the setup
    -# script to be run on that instance to copy them to other nodes.
     def deploy_files(conn, root_dir, opts, master_nodes, slave_nodes, modules):
    +    """
    +    Deploy the configuration file templates in a given local directory to
    --- End diff --
    
    @JoshRosen Any comments on this? I'd be more than happy to convert it back 
to being a comment.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to