Andrew Drozdov created SPARK-6474:
-------------------------------------
Summary: Replace image.run with connection.run_instances
Key: SPARK-6474
URL: https://issues.apache.org/jira/browse/SPARK-6474
Project: Spark
Issue Type: Bug
Components: EC2
Reporter: Andrew Drozdov
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: [email protected]
For additional commands, e-mail: [email protected]