You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
What is the outcome that you are trying to reach?
As discussed in #2049, it would be better to use Spark's native pod template feature in spark-submit. This will decrease the time to create spark pods, especially when deploying spark applications at a very large scale.
Describe the solution you would like
For Spark v3.x applications, use pod-template feature in spark-submit.
For v2.x applications, still use webhook to patch spark pods.
Describe alternatives you have considered
Additional context
The text was updated successfully, but these errors were encountered:
Community Note
What is the outcome that you are trying to reach?
As discussed in #2049, it would be better to use Spark's native pod template feature in spark-submit. This will decrease the time to create spark pods, especially when deploying spark applications at a very large scale.
Describe the solution you would like
For Spark v3.x applications, use pod-template feature in spark-submit.
For v2.x applications, still use webhook to patch spark pods.
Describe alternatives you have considered
Additional context
The text was updated successfully, but these errors were encountered: