[ 
https://issues.apache.org/jira/browse/SPARK-6474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-6474:
-----------------------------------

    Assignee:     (was: Apache Spark)

> Replace image.run with connection.run_instances in spark_ec2.py
> ---------------------------------------------------------------
>
>                 Key: SPARK-6474
>                 URL: https://issues.apache.org/jira/browse/SPARK-6474
>             Project: Spark
>          Issue Type: Improvement
>          Components: EC2
>            Reporter: Andrew Drozdov
>            Priority: Minor
>
> After looking at an issue in Boto [1], ec2.image.Image.run and 
> ec2.connection.EC2Connection.run_instances are similar calls, but 
> run_instances appears to have more features and is more up to date. For 
> example, run_instances has the capability to launch ebs_optimized instances 
> while run does not. The run call is being used in only a couple places in 
> spark_ec2.py, so let's replace it with run_instances.
> [1] https://github.com/boto/boto/issues/3054



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