You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2014/06/07 08:53:01 UTC

[jira] [Commented] (SPARK-2065) Have spark-ec2 set EC2 instance names

    [ https://issues.apache.org/jira/browse/SPARK-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14020740#comment-14020740 ] 

Reynold Xin commented on SPARK-2065:
------------------------------------

This would be really cool. Do you mind submitting a pull request for this?

> Have spark-ec2 set EC2 instance names
> -------------------------------------
>
>                 Key: SPARK-2065
>                 URL: https://issues.apache.org/jira/browse/SPARK-2065
>             Project: Spark
>          Issue Type: Improvement
>          Components: EC2
>    Affects Versions: 1.0.0
>            Reporter: Nicholas Chammas
>            Priority: Trivial
>
> {{spark-ec2}} launches EC2 instances with no names. It would be nice if it gave each instance it launched a descriptive name.
> I suggest:
> {code}
> spark-{spark-cluster-name}-{master,slave}-{instance-id}
> {code}
> For example, the instances of a Spark cluster called {{prod1}} would have the following names:
> {code}
> spark-prod1-master-i-18a1f548
> spark-prod1-slave-i-01a1f551
> spark-prod1-slave-i-04a1f554
> spark-prod1-slave-i-05a1f555
> spark-prod1-slave-i-06a1f556
> {code}
> Amazon implements instance names as [tags|http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html], so that's what would need to be set for each launched instance.



--
This message was sent by Atlassian JIRA
(v6.2#6252)