You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2017/03/23 23:31:41 UTC

[jira] [Commented] (SPARK-20078) Mesos executor configurability for task name and labels

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

Apache Spark commented on SPARK-20078:
--------------------------------------

User 'kalvinnchau' has created a pull request for this issue:
https://github.com/apache/spark/pull/17404

> Mesos executor configurability for task name and labels
> -------------------------------------------------------
>
>                 Key: SPARK-20078
>                 URL: https://issues.apache.org/jira/browse/SPARK-20078
>             Project: Spark
>          Issue Type: Improvement
>          Components: Mesos
>    Affects Versions: 2.1.0
>            Reporter: Kalvin Chau
>            Priority: Minor
>
> Add in the ability to configure the mesos task name as well as add labels to the Mesos ExecutorInfo protobuf message.
> Currently all executors that are spun up are named Task X (where X is the executor number). 
> For centralized logging it would be nice to be able to have SparkJob1 X then Name, as well as allowing users to add any labels they would want.
> In this PR I chose "k1:v1,k2:v2" as the format, colons separating key-value and commas to list out more than one.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org