spark-instrumented-optimizer/ec2
Aaron Davidson f589ce771a Fix issue with spark_ec2 seeing empty security groups
Under unknown, but occasional, circumstances, reservation.groups is empty
despite reservation.instances each having groups. This means that the
spark_ec2 get_existing_clusters() method would fail to find any instances.
To fix it, we simply use the instances' groups as the source of truth.

Note that this is actually just a revival of PR #827, now that the issue
has been reproduced.
2013-09-19 14:09:26 -07:00
..
deploy.generic/root/spark-ec2 Adding Apache license to two files 2013-09-07 20:46:58 -07:00
third_party Added script for launching Spark on EC2 from Mesos, to make it easier 2012-06-10 23:06:15 -07:00
README Use new Spark EC2 scripts by default 2013-02-26 23:38:50 -08:00
spark-ec2 Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
spark_ec2.py Fix issue with spark_ec2 seeing empty security groups 2013-09-19 14:09:26 -07:00

This folder contains a script, spark-ec2, for launching Spark clusters on
Amazon EC2. Usage instructions are available online at:

http://spark-project.org/docs/latest/ec2-scripts.html