Skip to content
  • Nicholas Chammas's avatar
    369aa84e
    name ec2 instances and security groups consistently · 369aa84e
    Nicholas Chammas authored
    Security groups created by `spark-ec2` do not prepend “spark-“ to the
    name.
    
    Since naming the instances themselves is new to `spark-ec2`, it’s better
    to change that pattern to match the existing naming pattern for the
    security groups, rather than the other way around.
    
    Author: Nicholas Chammas <nicholas.chammas@gmail.com>
    Author: nchammas <nicholas.chammas@gmail.com>
    
    Closes #1344 from nchammas/master and squashes the following commits:
    
    f7e4581 [Nicholas Chammas] unrelated pep8 fix
    a36eed0 [Nicholas Chammas] name ec2 instances and security groups consistently
    de7292a [nchammas] Merge pull request #4 from apache/master
    2e4fe00 [nchammas] Merge pull request #3 from apache/master
    89fde08 [nchammas] Merge pull request #2 from apache/master
    69f6e22 [Nicholas Chammas] PEP8 fixes
    2627247 [Nicholas Chammas] broke up lines before they hit 100 chars
    6544b7e [Nicholas Chammas] [SPARK-2065] give launched instances names
    69da6cf [nchammas] Merge pull request #1 from apache/master
    369aa84e
    name ec2 instances and security groups consistently
    Nicholas Chammas authored
    Security groups created by `spark-ec2` do not prepend “spark-“ to the
    name.
    
    Since naming the instances themselves is new to `spark-ec2`, it’s better
    to change that pattern to match the existing naming pattern for the
    security groups, rather than the other way around.
    
    Author: Nicholas Chammas <nicholas.chammas@gmail.com>
    Author: nchammas <nicholas.chammas@gmail.com>
    
    Closes #1344 from nchammas/master and squashes the following commits:
    
    f7e4581 [Nicholas Chammas] unrelated pep8 fix
    a36eed0 [Nicholas Chammas] name ec2 instances and security groups consistently
    de7292a [nchammas] Merge pull request #4 from apache/master
    2e4fe00 [nchammas] Merge pull request #3 from apache/master
    89fde08 [nchammas] Merge pull request #2 from apache/master
    69f6e22 [Nicholas Chammas] PEP8 fixes
    2627247 [Nicholas Chammas] broke up lines before they hit 100 chars
    6544b7e [Nicholas Chammas] [SPARK-2065] give launched instances names
    69da6cf [nchammas] Merge pull request #1 from apache/master
Loading