Yikun commented on PR #21: URL: https://github.com/apache/spark-docker/pull/21#issuecomment-1308072327
``` testing/run_tests.sh --image-url ghcr.io/yikun/spark-docker/spark:python3 --scala-version 2.12 --spark-version 3.3.0 ===> Smoke test for ghcr.io/yikun/spark-docker/spark:python3 as root ===> Starting spark-master ===> Starting spark-worker ===> Waiting for spark-master to be ready... ===> spark-master is ready. ===> Waiting for spark-worker to be ready... ===> spark-worker is ready. ===> Starting spark-submit // ... Pi is roughly 3.140891570445785 ==> Killing 2 orphaned container(s)... done. ===> Smoke test for ghcr.io/yikun/spark-docker/spark:python3 as non-root ===> Starting spark-master ===> Starting spark-worker ===> Waiting for spark-master to be ready... ===> spark-master is ready. ===> Waiting for spark-worker to be ready... ===> spark-worker is ready. ===> Starting spark-submit // ... Pi is roughly 3.140739570369785 // ... ==> Killing 2 orphaned container(s)... done. Test successfully finished ``` Also retest it in my arm env. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
