GitHub user liyinan926 opened a pull request:
https://github.com/apache/spark/pull/20193
[SPARK-22998][K8S] Set missing value for SPARK_MOUNTED_CLASSPATH in the
executors
## What changes were proposed in this pull request?
The environment variable `SPARK_MOUNTED_CLASSPATH` is referenced in the
executor's Dockerfile, where its value is added to the classpath of the
executor. However, the scheduler backend code missed setting it when creating
the executor pods. This PR fixes it.
## How was this patch tested?
Unit tested.
@vanzin Can you help take a look? Thanks!
@foxish
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/liyinan926/spark-k8s master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20193.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #20193
----
commit 640e7858252b46fb97d63f71109268b3b89caa33
Author: Yinan Li <liyinan926@...>
Date: 2018-01-09T00:51:41Z
[SPARK-22998][K8S] Set missing value for SPARK_MOUNTED_CLASSPATH in the
executors
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]