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

    https://github.com/apache/spark/pull/6014#discussion_r29969957
  
    --- Diff: ec2/spark_ec2.py ---
    @@ -347,46 +347,56 @@ def get_validate_spark_version(version, repo):
     
     
     # Source: http://aws.amazon.com/amazon-linux-ami/instance-type-matrix/
    -# Last Updated: 2014-06-20
    +# Last Updated: 2015-05-08
     # For easy maintainability, please keep this manually-inputted dictionary 
sorted by key.
     EC2_INSTANCE_TYPES = {
         "c1.medium":   "pvm",
         "c1.xlarge":   "pvm",
    +    "c3.large":    "pvm",
    +    "c3.xlarge":   "pvm",
         "c3.2xlarge":  "pvm",
         "c3.4xlarge":  "pvm",
         "c3.8xlarge":  "pvm",
    -    "c3.large":    "pvm",
    -    "c3.xlarge":   "pvm",
    -    "cc1.4xlarge": "hvm",
    --- End diff --
    
    Same comment as below


---
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