You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/01/27 11:12:40 UTC

[jira] [Resolved] (SPARK-6474) Replace image.run with connection.run_instances in spark_ec2.py

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

Sean Owen resolved SPARK-6474.
------------------------------
    Resolution: Won't Fix

> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org