Skip to content
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

[SPARK-2065] [EC2] give launched instances names #1043

Closed
wants to merge 4 commits into from
Closed

[SPARK-2065] [EC2] give launched instances names #1043

wants to merge 4 commits into from

Commits on Jun 10, 2014

  1. Merge pull request #1 from apache/master

    merging upstream updates
    nchammas committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    69da6cf View commit details
    Browse the repository at this point in the history
  2. [SPARK-2065] give launched instances names

    This update gives launched EC2 instances descriptive names by using
    instance tags. Launched instances now show up in the EC2 console with
    these names.
    
    I used `format()` with named parameters, which I believe is the
    recommended practice for string formatting in Python, but which doesn’t
    seem to be used elsewhere in the script.
    nchammas committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    6544b7e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2014

  1. Configuration menu
    Copy the full SHA
    2627247 View commit details
    Browse the repository at this point in the history
  2. PEP8 fixes

    nchammas committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    69f6e22 View commit details
    Browse the repository at this point in the history