You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/11/09 01:32:17 UTC

[GitHub] [spark-docker] Yikun commented on pull request #21: [SPARK-40569][TESTS] Add smoke test in standalone cluster for spark-docker

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org