spark-instrumented-optimizer/resource-managers/kubernetes
Marcelo Vanzin b095232f63 [SPARK-29865][K8S] Ensure client-mode executors have same name prefix
This basically does what BasicDriverFeatureStep already does to achieve the
same thing in cluster mode; but since that class (or any other feature) is
not invoked in client mode, it needs to be done elsewhere.

I also modified the client mode integration test to check the executor name
prefix; while there I had to fix the minikube backend to parse the output
from newer minikube versions (I have 1.5.2).

Closes #26488 from vanzin/SPARK-29865.

Authored-by: Marcelo Vanzin <vanzin@cloudera.com>
Signed-off-by: Erik Erlandson <eerlands@redhat.com>
2019-11-14 15:52:39 -07:00
..
core [SPARK-29865][K8S] Ensure client-mode executors have same name prefix 2019-11-14 15:52:39 -07:00
docker/src/main/dockerfiles/spark [SPARK-28938][K8S] Move to supported OpenJDK docker image for Kubernetes 2019-10-07 08:52:35 -07:00
integration-tests [SPARK-29865][K8S] Ensure client-mode executors have same name prefix 2019-11-14 15:52:39 -07:00