Kalvin Chau created SPARK-20078:
-----------------------------------

             Summary: 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to