aboutsummaryrefslogtreecommitdiff
path: root/ec2/spark_ec2.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into ec2-updatesPatrick Wendell2013-07-311-1/+3
|\
| * Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+2
| * Fix SPARK-670: EC2 start command should require -i option.Josh Rosen2013-05-051-1/+1
* | Don't install MapReduce for Hadoop1Patrick Wendell2013-07-301-0/+3
* | Small improvement in python scriptPatrick Wendell2013-07-171-1/+1
* | Bug fixPatrick Wendell2013-07-111-1/+1
* | Removing support for custom Shark versionPatrick Wendell2013-07-111-11/+2
* | Small fixPatrick Wendell2013-07-111-1/+1
* | Adding ability to custom deploy only SparkPatrick Wendell2013-07-111-0/+7
* | Removing mesos supportPatrick Wendell2013-06-261-100/+30
* | Cleanup of AMI tagPatrick Wendell2013-06-131-4/+3
* | Support for multiple hadoop versionsPatrick Wendell2013-06-121-1/+4
* | Re-working spark versions to use templatesPatrick Wendell2013-06-111-9/+23
* | Remving support for old scriptsPatrick Wendell2013-06-111-13/+6
* | Minor doc cleanupPatrick Wendell2013-06-071-2/+5
* | Removing now defunct ami documentationPatrick Wendell2013-06-071-2/+1
* | Fixing syntax errorPatrick Wendell2013-06-071-2/+2
* | Adding spark shark modulesPatrick Wendell2013-06-071-3/+4
* | Decoupling spark version from amiPatrick Wendell2013-06-071-7/+16
* | Some changes in response to JoshPatrick Wendell2013-05-181-5/+4
* | Adding support for tagPatrick Wendell2013-05-101-4/+4
* | Removing unnecessary parsingPatrick Wendell2013-05-091-3/+1
* | Slight change to AMI versioningPatrick Wendell2013-05-081-11/+13
* | Changing spark version and availability zone fixPatrick Wendell2013-05-081-2/+3
* | Resolve AMI region automaticallyPatrick Wendell2013-05-081-2/+4
* | Adding automatic resolve of AMIPatrick Wendell2013-05-081-10/+49
* | Adding mapreduce modulePatrick Wendell2013-05-081-2/+3
* | Adding extra instance typesPatrick Wendell2013-05-081-1/+3
* | REVERT ME: Linking to Patrick's ec2 repo for nowPatrick Wendell2013-05-081-1/+1
|/
* Just use a loop for retriesHolden Karau2013-04-091-6/+17
* Retry failed ssh commands. This is especially useful during system startup wh...Holden Karau2013-04-061-0/+2
* Use new Spark EC2 scripts by defaultv0.7.0Matei Zaharia2013-02-261-7/+7
* Print cluster url after setup completesShivaram Venkataraman2013-02-181-0/+5
* Print ganglia url after setupShivaram Venkataraman2013-02-181-0/+2
* Use port 5080 for httpd/gangliaShivaram Venkataraman2013-02-181-1/+1
* Clean up EC2 script options a bitMatei Zaharia2013-02-171-9/+12
* Change EC2 script to use 0.6 AMIs by default, for nowMatei Zaharia2013-02-171-5/+5
* Turn on ganglia by defaultShivaram Venkataraman2013-01-311-1/+1
* Add an option to use the old scriptsShivaram Venkataraman2013-01-281-13/+30
* Add option to start ganglia. Also enable Hadoop ports even if cluster type isShivaram Venkataraman2013-01-271-8/+15
* Update spark_ec2.py to use new spark-ec2 scriptsShivaram Venkataraman2013-01-261-12/+21
* Merge pull request #323 from admobius/masterMatei Zaharia2012-12-111-23/+55
|\
| * SPARK-626: Making security group deletion optional, handling retriedPeter Sankauskas2012-12-111-27/+55
| * SPARK-626: Remove rules before removing security groups, with a pause inPeter Sankauskas2012-12-101-11/+15
* | Make sure the SSH key we copy to EC2 has permissions 600.Matei Zaharia2012-12-101-0/+1
|/
* Merge pull request #309 from admobius/use-boto-config-fileMatei Zaharia2012-11-191-11/+20
|\
| * Allow Boto to use the other config options it supports, and gracefullyPeter Sankauskas2012-11-191-11/+20
* | Merge pull request #308 from admobius/multi-zoneMatei Zaharia2012-11-191-22/+59
|\ \ | |/ |/|
| * Adding comment about additional bandwidth chargesPeter Sankauskas2012-11-171-1/+2
| * Giving the Spark EC2 script the ability to launch instances spreadPeter Sankauskas2012-11-161-22/+58