aboutsummaryrefslogtreecommitdiff
path: root/ec2
Commit message (Collapse)AuthorAgeFilesLines
* Adding Shark 0.7.1 to EC2 scriptsPatrick Wendell2013-10-071-1/+1
|
* Bumping EC2 default version in master to `0.8.0`.Patrick Wendell2013-10-051-2/+2
|
* Update READMECruncherBigData2013-10-011-1/+1
|
* Merge pull request #670 from jey/ec2-ssh-improvementsReynold Xin2013-09-261-26/+80
|\ | | | | EC2 SSH improvements
| * Clarify error messages on SSH failureJey Kottalam2013-09-111-6/+21
| |
| * Generate new SSH key for the cluster, make "--identity-file" optionalJey Kottalam2013-09-061-21/+37
| |
| * Construct shell commands as sequences for safety and composabilityJey Kottalam2013-09-061-11/+34
| |
* | Fix issue with spark_ec2 seeing empty security groupsAaron Davidson2013-09-191-4/+4
| | | | | | | | | | | | | | | | | | | | 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.
* | Change port from 3030 to 4040Patrick Wendell2013-09-111-2/+1
| |
* | Adding Apache license to two filesPatrick Wendell2013-09-071-0/+17
|/
* Make initial connection failure message less daunting.Patrick Wendell2013-08-211-1/+1
| | | | | Right now it seems like something has gone wrong when this message is printed out. Instead, this is a normal condition. So I changed the message a bit.
* Merge branch 'master' into ec2-updatesPatrick Wendell2013-08-211-19/+17
|\ | | | | | | | | Conflicts: ec2/spark_ec2.py
| * Allow some wiggle room in UISuite port test and in EC2 portsMatei Zaharia2013-08-191-1/+1
| |
| * Small fixes to web UI:Matei Zaharia2013-08-191-1/+1
| | | | | | | | | | | | - Use SPARK_PUBLIC_DNS environment variable if set (for EC2) - Use a non-ephemeral port (3030 instead of 33000) by default - Updated test to use non-ephemeral port too
| * Open up Job UI ports (33000-33010) on EC2 clustersMatei Zaharia2013-07-291-19/+20
| |
* | Bump spark versionPatrick Wendell2013-08-201-2/+2
| |
* | 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
| |