PedroRossi opened a new pull request #27422: [SPARK-25355][KUBERNETES] Add 
proxy user to driver if present on spark-submit
URL: https://github.com/apache/spark/pull/27422
 
 
   ### What changes were proposed in this pull request?
   
   This PR adds the proxy user on the spark-submit command to the childArgs, so 
the proxy user can be retrieved and used in the KubernetesAplication to add the 
proxy user in the driver container args
   
   ### Why are the changes needed?
   
   The proxy user when used on the spark submit doesn't work on the Kubernetes 
environment since it doesn't add the `--proxy-user` argument on the driver 
container and when I added it manually to the Pod definition it worked just 
fine.
   
   ### Does this PR introduce any user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Tests were added

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to