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/02/26 05:49:50 UTC

[GitHub] [spark] LuciferYang edited a comment on pull request #35627: [SPARK-38302][K8S][TESTS] Use `Java 17` in K8S IT in case of `spark-tgz` option

LuciferYang edited a comment on pull request #35627:
URL: https://github.com/apache/spark/pull/35627#issuecomment-1051631562


   @dongjoon-hyun @dcoliversun Sorry for the late reply. This is the first time I run the test locally of this module, so I spent some time setup the local test environment.
   
   I use following command to build a tarball use `Zulu17.32+13-CA`
   
   ```
   dev/make-distribution.sh --tgz -Phadoop-3 -Phadoop-cloud -Pmesos -Pyarn -Pkinesis-asl -Phive-thriftserver -Pspark-ganglia-lgpl -Pkubernetes -Phive
   ```
   
   then checkout this pr use command:
   
   ```
   gh pr checkout 35627
   ```
   
   run test use command as follows:
   
   ```
   resource-managers/kubernetes/integration-tests/dev/dev-run-integration-tests.sh --spark-tgz $TARBALL_TO_TEST --exclude-tags r
   ```
   
   when $TRBALL_TO_TEST use absolute path, this pr fixes the described issue
   


-- 
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