zwangsheng opened a new pull request #32708:
URL: https://github.com/apache/spark/pull/32708


   ### What changes were proposed in this pull request?
   add hostNetwork feature to executor
   modify BasicExecutorFeatureStep add hostNetwork in executorpod 
   
   ### Why are the changes needed?
   In the process of the company's business promotion, the function of k8s 
hostNetwork is used. But it is found that spark does not support enable 
hostNetwork in the configuration.
   Found that this function will still be commonly used, so I decided to add a 
perceptible parameter to enable hostNetwork in spark way.
   
   ### Does this PR introduce _any_ user-facing change?
   yes, add new config spark.kubernetes.executor.hostNetwork.enable
   
   ### How was this patch tested?
   add unit 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.

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