Florian Verhein created SPARK-5641:
--------------------------------------

             Summary: Allow spark_ec2.py to copy arbitrary files to cluster via 
deploy.generic
                 Key: SPARK-5641
                 URL: https://issues.apache.org/jira/browse/SPARK-5641
             Project: Spark
          Issue Type: Improvement
          Components: EC2
            Reporter: Florian Verhein
            Priority: Minor



Useful if binary files need to be uploaded. E.g. I use this for rpm transfer to 
install extra stuff at cluster deployment time.

Could also be used to override what's on the image, etc.

The idea is that the user can just dump the files into deploy.generic. 

This can be implemented by modifying deploy_templates so that it simply copies 
the file (if it is of certain types), rather than treating it as a text file 
and replacing template variables. 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to