-
Notifications
You must be signed in to change notification settings - Fork 28.7k
SPARK-1790: Update EC2 scripts to support r3 instance types #960
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
Conversation
Can one of the admins verify this patch? |
|
||
return ami | ||
|
||
instance_types = { |
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.
This shouldn't change the indentation. We use the PEP8 style guide which requires 4 spaces.
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.
ahh..my bad will send another one...
Updated the pull request to fix indentation. Sorry my editor settings were not right. |
"r3.xlarge": "hvm", | ||
"r3.2xlarge": "hvm", | ||
"r3.4xlarge": "hvm", | ||
"r3.8xlarge": "hvm", |
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.
Nit, but I think we shouldn't have a trailing comma here for the last entry. PEP 8 doesn't say this explicitly, but it has it in all the examples.
Author: Varakhedi Sujeet <[email protected]> Closes #960 from sujeetv/ec2-r3 and squashes the following commits: 3cb9fd5 [Varakhedi Sujeet] SPARK-1790: Update EC2 scripts to support r3 instance (cherry picked from commit 11ded3f) Conflicts: ec2/spark_ec2.py
Author: Varakhedi Sujeet <[email protected]> Closes #960 from sujeetv/ec2-r3 and squashes the following commits: 3cb9fd5 [Varakhedi Sujeet] SPARK-1790: Update EC2 scripts to support r3 instance (cherry picked from commit 11ded3f) Conflicts: ec2/spark_ec2.py
Author: Varakhedi Sujeet <[email protected]> Closes apache#960 from sujeetv/ec2-r3 and squashes the following commits: 3cb9fd5 [Varakhedi Sujeet] SPARK-1790: Update EC2 scripts to support r3 instance
Author: Varakhedi Sujeet <[email protected]> Closes apache#960 from sujeetv/ec2-r3 and squashes the following commits: 3cb9fd5 [Varakhedi Sujeet] SPARK-1790: Update EC2 scripts to support r3 instance
No description provided.