maropu commented on issue #25269: [SPARK-28534][K8S][TEST] Update node affinity for DockerForDesktop backend in PVTestsSuite URL: https://github.com/apache/spark/pull/25269#issuecomment-515738479 I run the test, but I couldn't see it passed. Since I'm not familiar with this test, I might miss some setups for running it, probably... I used the Docker Desktop(stable) Version 2.0.0.3 (31259); ``` (base) maropu@: (pr25269 *$%)$kubectl get node NAME STATUS ROLES AGE VERSION docker-for-desktop Ready master 1h v1.10.11 $ dev/make-distribution.sh --pip --tgz -Phadoop-2.7 -Pkubernetes $ resource-managers/kubernetes/integration-tests/dev/dev-run-integration-tests.sh --deploy-mode docker-for-desktop --spark-tgz $PWD/spark-*.tgz ... - PVs with local storage *** FAILED *** The code passed to eventually never returned normally. Attempted 69 times over 2.0167555011666667 minutes. Last failure message: pod spark-test-app-853de4ad66e041ae941c441c08ae4822 does not have a host assigned. (PVTestsSuite.scala:117) ``` It seems the pod was created successfully; ``` (base) maropu@~/Desktop/spark: (master %=)$kubectl get po --all-namespaces NAMESPACE NAME READY STATUS RESTARTS AGE 98d0b44c7a2f49828bf9a2a97c07a786 spark-test-app-853de4ad66e041ae941c441c08ae4822 0/1 Pending 0 2m ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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]
