You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/13 23:58:07 UTC

[GitHub] vanzin opened a new pull request #23779: [SPARK-25922][K8] Spark Driver/Executor "spark-app-selector" label mismatch (branch-2.4)

vanzin opened a new pull request #23779: [SPARK-25922][K8] Spark Driver/Executor "spark-app-selector" label mismatch (branch-2.4)
URL: https://github.com/apache/spark/pull/23779
 
 
   In K8S Cluster mode, the algorithm to generate spark-app-selector/spark.app.id of spark driver is different with spark executor.
   This patch makes sure spark driver and executor to use the same spark-app-selector/spark.app.id if spark.app.id is set, otherwise it will use superclass applicationId.
   
   In K8S Client mode, spark-app-selector/spark.app.id for executors will use superclass applicationId.
   
   Manually run.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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