williamhyun opened a new pull request #35364:
URL: https://github.com/apache/spark/pull/35364


   ### What changes were proposed in this pull request?
   This PR aims to support K8s namespace parameter in SBT K8s integration test. 
   
   
   ### Why are the changes needed?
   - This allows the users to set the test namespace name
   - When there is no given namespace, it will generate a random namespace and 
use it like `Maven` test
   
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   
   ### How was this patch tested?
   Manually using the following command
   ```
   build/sbt -Psparkr -Pkubernetes -Pkubernetes-integration-tests 
-Dtest.exclude.tags=minikube 
-Dspark.kubernetes.test.deployMode=docker-for-desktop 
-Dspark.kubernetes.test.namespace=spark-it-test 
"kubernetes-integration-tests/test"
   ```
   


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

Reply via email to