-
Notifications
You must be signed in to change notification settings - Fork 28.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated ec2 instance types #6014
Conversation
Can one of the admins verify this patch? |
vertically aligned whitespace vertically aligned whitespace
"c3.2xlarge": 2, | ||
"c3.4xlarge": 2, | ||
"c3.8xlarge": 2, | ||
"c3.large": 2, | ||
"c3.xlarge": 2, | ||
"cc1.4xlarge": 2, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like cc1.4xlarge has been removed - Is that intentional ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah so I was going off of:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html
Its absense may be an error, or intentional from AWS. I've seen:
EC2 is steering support away from cc1.4xlarge instances and toward
cc2.8xlarge instances. The cc2.8xlarge instance supports additional
features such as VPC and availability in all regions. When creating
instances in the RightScale Dashboard, use cc2.8xlarge instances instead of
cc1.4xlarge.
On Fri, May 8, 2015 at 3:36 PM, Shivaram Venkataraman <
[email protected]> wrote:
In ec2/spark_ec2.py
#6014 (comment):"c3.2xlarge": 2, "c3.4xlarge": 2, "c3.8xlarge": 2,
"c3.large": 2,
"c3.xlarge": 2,
"cc1.4xlarge": 2,
Looks like cc1.4xlarge has been removed - Is that intentional ?
—
Reply to this email directly or view it on GitHub
https://github.com/apache/spark/pull/6014/files#r29969797.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
…rk into ec2-instance-types-update Conflicts: ec2/spark_ec2.py
Thanks @brendancol - LGTM |
Jenkins, ok to test |
Merged build triggered. |
Merged build started. |
Test build #32260 has started for PR 6014 at commit |
Test build #32260 has finished for PR 6014 at commit
|
Merged build finished. Test PASSed. |
Test PASSed. |
I wish there was a way to simplify this code. As it is, we are still prone to silent duplicate entries in these dictionaries (something which has happened in the past; see Anyway, I'm just whining... Don't have a solution to offer at the moment. ¯_(ツ)_/¯ |
Alright I'm merging this. @nchammas we can brainstorm more solutions to this in a new JIRA if we have better ideas |
I needed to run some d2 instances, so I updated the spark_ec2.py accordingly Author: Brendan Collins <[email protected]> Closes #6014 from brendancol/ec2-instance-types-update and squashes the following commits: d7b4191 [Brendan Collins] Merge branch 'ec2-instance-types-update' of github.com:brendancol/spark into ec2-instance-types-update 6366c45 [Brendan Collins] added back cc1.4xlarge fc2931f [Brendan Collins] updated ec2 instance types 80c2aa6 [Brendan Collins] vertically aligned whitespace 85c6236 [Brendan Collins] vertically aligned whitespace 1657c26 [Brendan Collins] updated ec2 instance types (cherry picked from commit 1c78f68) Signed-off-by: Shivaram Venkataraman <[email protected]>
Nice, #6020 |
I needed to run some d2 instances, so I updated the spark_ec2.py accordingly Author: Brendan Collins <[email protected]> Closes apache#6014 from brendancol/ec2-instance-types-update and squashes the following commits: d7b4191 [Brendan Collins] Merge branch 'ec2-instance-types-update' of github.com:brendancol/spark into ec2-instance-types-update 6366c45 [Brendan Collins] added back cc1.4xlarge fc2931f [Brendan Collins] updated ec2 instance types 80c2aa6 [Brendan Collins] vertically aligned whitespace 85c6236 [Brendan Collins] vertically aligned whitespace 1657c26 [Brendan Collins] updated ec2 instance types
I needed to run some d2 instances, so I updated the spark_ec2.py accordingly Author: Brendan Collins <[email protected]> Closes apache#6014 from brendancol/ec2-instance-types-update and squashes the following commits: d7b4191 [Brendan Collins] Merge branch 'ec2-instance-types-update' of github.com:brendancol/spark into ec2-instance-types-update 6366c45 [Brendan Collins] added back cc1.4xlarge fc2931f [Brendan Collins] updated ec2 instance types 80c2aa6 [Brendan Collins] vertically aligned whitespace 85c6236 [Brendan Collins] vertically aligned whitespace 1657c26 [Brendan Collins] updated ec2 instance types
I needed to run some d2 instances, so I updated the spark_ec2.py accordingly Author: Brendan Collins <[email protected]> Closes apache#6014 from brendancol/ec2-instance-types-update and squashes the following commits: d7b4191 [Brendan Collins] Merge branch 'ec2-instance-types-update' of github.com:brendancol/spark into ec2-instance-types-update 6366c45 [Brendan Collins] added back cc1.4xlarge fc2931f [Brendan Collins] updated ec2 instance types 80c2aa6 [Brendan Collins] vertically aligned whitespace 85c6236 [Brendan Collins] vertically aligned whitespace 1657c26 [Brendan Collins] updated ec2 instance types
I needed to run some d2 instances, so I updated the spark_ec2.py accordingly