GitHub user nchammas opened a pull request:
https://github.com/apache/spark/pull/1043
[SPARK-2065] give launched instances names
This update resolves
[SPARK-2065](https://issues.apache.org/jira/browse/SPARK-2065). It 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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nchammas/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/1043.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1043
----
commit 69da6cff4e54841c884bbb86b84aade1f2d19c67
Author: nchammas <[email protected]>
Date: 2014-06-10T21:46:44Z
Merge pull request #1 from apache/master
merging upstream updates
commit 6544b7eb493a5b150692ef01325752145845267e
Author: Nicholas Chammas <[email protected]>
Date: 2014-06-10T23:14:32Z
[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.
----
---
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.
---