Github user foxish commented on a diff in the pull request:
https://github.com/apache/spark/pull/21462#discussion_r191936265
--- Diff: docs/running-on-kubernetes.md ---
@@ -121,8 +121,8 @@ This URI is the location of the example jar that is
already in the Docker image.
If your application's dependencies are all hosted in remote locations like
HDFS or HTTP servers, they may be referred to
by their appropriate remote URIs. Also, application dependencies can be
pre-mounted into custom-built Docker images.
-Those dependencies can be added to the classpath by referencing them with
`local://` URIs and/or setting the
-`SPARK_EXTRA_CLASSPATH` environment variable in your Dockerfiles. The
`local://` scheme is also required when referring to
--- End diff --
We should confirm that the new init-container-less implementation retains
the capability of doing that - maybe through an e2e test.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]