https://github.com/apache/spark
Revision fccc6d3266876cfbcfe8815876bbe7e385fc5803 authored by suxingfate on 15 February 2019, 18:08:33 UTC, committed by Marcelo Vanzin on 15 February 2019, 18:08:33 UTC
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.

Closes #23779 from vanzin/SPARK-25922.

Authored-by: suxingfate <suxingfate@163.com>
Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
1 parent bc1e960
History
Tip revision: fccc6d3266876cfbcfe8815876bbe7e385fc5803 authored by suxingfate on 15 February 2019, 18:08:33 UTC
[SPARK-25922][K8S] Spark Driver/Executor "spark-app-selector" label mismatch (branch-2.4)
Tip revision: fccc6d3

README.md

back to top