[ 
https://issues.apache.org/jira/browse/SPARK-6474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14376572#comment-14376572
 ] 

Nicholas Chammas edited comment on SPARK-6474 at 3/23/15 8:29 PM:
------------------------------------------------------------------

LGTM. Just setting the Priority to Minor since this doesn't cause any major 
problems, though it should be fixed.


was (Author: nchammas):
LGTM.

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