dongjoon-hyun opened a new pull request #35359:
URL: https://github.com/apache/spark/pull/35359


   ### What changes were proposed in this pull request?
   
   This is a follow-up of SPARK-37713 to fix insufficient namespace propagation 
at configMap creation.
   
   ### Why are the changes needed?
   
   This will recover the behavior on non-`default` namespace Spark jobs like 
the following.
   ```
   NAMESPACE                          NAME                                   
DATA   AGE
   10e32ae0f2304236be9c687edf8a06a4   kube-root-ca.crt                       1  
    8s
   10e32ae0f2304236be9c687edf8a06a4   spark-drv-fa3f387ea3871bbd-conf-map    2  
    5s
   10e32ae0f2304236be9c687edf8a06a4   spark-exec-da5ea37ea38727f1-conf-map   2  
    3s
   ```
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. This is a bug fix of the unreleased patch.
   
   ### How was this patch tested?
   
   Pass the CIs and manually run the integration tests
   
   ```
   
   ```


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