Github user mccheah commented on the issue:
https://github.com/apache/spark/pull/21748
> Can we remove this as a part of this PR?
https://github.com/apache/spark/blob/master/resource-managers/kubernetes/docker/src/main/dockerfiles/spark/entrypoint.sh#L87
- it seems to set a client mode by default..
@mrow4a you still need this to run in client mode. Basically the way the
docker image entrypoint works is that it assumes it runs in cluster mode. What
I imagine client mode doing would be using the same image but using the K8s APi
to change the command. See e.g. the new integration test that was written.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]