shaneknapp edited a comment on issue #23514: [SPARK-24902][K8s] Add PV integration tests URL: https://github.com/apache/spark/pull/23514#issuecomment-461147175 three things: 0) mounting /tmp in the pod to /tmp on the host breaks the remote file test. 1) i can mount /tmp to /data/tmp in the pod via `minikube --vm-driver=kvm2 start --memory 6000 --cpus 8 --mount-string="/tmp:/data/tmp" --mount`... can you set hostPath for your tests so that /data/tmp (in the pod) will be mounted to /tmp? 2) PV mounts + minikube don't seem to place nicely together *at all*. this is the message i get when trying to stop the cluster: `Errors occurred deleting mount process: os: process already finished`. this 'error' is a non-error and `minikube stop` exits 0. sigh. ¯\\_(ツ)_/¯
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
