Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #6653] Persist spark pod name conf into batch metadata
# 🔍 Description ## Issue References 🔗 As title, save the pod name conf into batch metadata, it is very meaningful. ## Describe Your Solution 🔧 For spark on k8s batch app, persist the spark pod name configs into batch metadata. ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6653 from turboFei/pod_name_conf. Closes #6653 2bfa0aa [Wang, Fei] save spark pod name conf into metadata Authored-by: Wang, Fei <[email protected]> Signed-off-by: Wang, Fei <[email protected]>
- Loading branch information