Github user shivaram commented on a diff in the pull request:

    https://github.com/apache/spark/pull/6014#discussion_r29970410
  
    --- Diff: ec2/spark_ec2.py ---
    @@ -878,44 +888,56 @@ def wait_for_cluster_state(conn, opts, 
cluster_instances, cluster_state):
     # Get number of local disks available for a given EC2 instance type.
     def get_num_disks(instance_type):
         # Source: 
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html
    -    # Last Updated: 2014-06-20
    +    # Last Updated: 2015-05-08
         # For easy maintainability, please keep this manually-inputted 
dictionary sorted by key.
         disks_by_instance = {
             "c1.medium":   1,
             "c1.xlarge":   4,
    +        "c3.large":    2,
    +        "c3.xlarge":   2,
             "c3.2xlarge":  2,
             "c3.4xlarge":  2,
             "c3.8xlarge":  2,
    -        "c3.large":    2,
    -        "c3.xlarge":   2,
    -        "cc1.4xlarge": 2,
    --- End diff --
    
    Hmm - I can still choose cc1.4xlarge as an instance type in the launch 
wizard in us-east-1. While its not recommended there might be some users using 
it  -- Lets keep it around for some more time.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to