aboutsummaryrefslogtreecommitdiff
path: root/ec2
diff options
context:
space:
mode:
authorRay Racine <ray.racine@gmail.com>2012-10-09 10:57:34 -0400
committerRay Racine <ray.racine@gmail.com>2012-10-09 11:05:13 -0400
commitc52bd1b6b115a6c9e93ea60124be01a1a32c3fc5 (patch)
treec343022e1e4e224a3e86885bb4476b8de56ea0e9 /ec2
parenta91ed6a3a7a97c9cc78520afc2718b399ab24164 (diff)
downloadspark-c52bd1b6b115a6c9e93ea60124be01a1a32c3fc5.tar.gz
spark-c52bd1b6b115a6c9e93ea60124be01a1a32c3fc5.tar.bz2
spark-c52bd1b6b115a6c9e93ea60124be01a1a32c3fc5.zip
Add m1.medium node option to cluster management script.
Diffstat (limited to 'ec2')
-rwxr-xr-xec2/spark_ec2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index ddd3d5aa6d..48eb8ca3c1 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -371,6 +371,7 @@ def get_num_disks(instance_type):
# From http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/index.html?InstanceStorage.html
disks_by_instance = {
"m1.small": 1,
+ "m1.medium": 1,
"m1.large": 2,
"m1.xlarge": 4,
"t1.micro": 1,