aboutsummaryrefslogtreecommitdiff
path: root/ec2
Commit message (Collapse)AuthorAgeFilesLines
...
* | Set default Hadoop version to 1Patrick Wendell2013-08-201-2/+2
| |
* | Adding web UI portPatrick Wendell2013-08-081-0/+1
| |
* | Point to new repository/branchPatrick Wendell2013-08-011-1/+1
| |
* | Pointing to new EC2 repositoryPatrick Wendell2013-08-011-3/+1
| |
* | Merge branch 'master' into ec2-updatesPatrick Wendell2013-07-313-2/+6
|\| | | | | | | | | Conflicts: ec2/deploy.generic/root/mesos-ec2/ec2-variables.sh
| * Consistently invoke bash with /usr/bin/env bash in scripts to make code more ↵Ubuntu2013-07-182-2/+2
| | | | | | | | portable (JIRA Ticket SPARK-817)
| * Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-162-0/+4
| |
| * 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 terminologyPatrick Wendell2013-07-111-7/+6
| |
* | Removing mesos supportPatrick Wendell2013-06-262-109/+30
| |
* | Cleanup of AMI tagPatrick Wendell2013-06-131-4/+3
| |
* | Support for multiple hadoop versionsPatrick Wendell2013-06-122-1/+5
| |
* | Re-working spark versions to use templatesPatrick Wendell2013-06-112-9/+25
| |
* | 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-092-50/+17
|
* Retry failed ssh commands. This is especially useful during system startup ↵Holden Karau2013-04-062-0/+46
| | | | when the hosts may not have yet come on-line but can be useful at other points for people with flakey connections
* Use new Spark EC2 scripts by defaultv0.7.0Matei Zaharia2013-02-262-8/+8
|
* 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
| | | | not mesos
* Fix swap variable nameShivaram Venkataraman2013-01-271-1/+1
|
* Update spark_ec2.py to use new spark-ec2 scriptsShivaram Venkataraman2013-01-262-12/+32
|
* Merge pull request #323 from admobius/masterMatei Zaharia2012-12-111-23/+55
|\ | | | | SPARK-626: Remove security groups properly
| * SPARK-626: Making security group deletion optional, handling retriedPeter Sankauskas2012-12-111-27/+55
| | | | | | | | when deleting security groups fails, fixing bug when using all zones but only 1 slave.