[SPARK-56653][K8S][DOCS] Document spark.kubernetes.(executor.useDriverPodIP|allocation.maxPendingPodsPerRp|driver.annotateExitException)#55591
Closed
dongjoon-hyun wants to merge 1 commit into
Conversation
…Rp|driver.annotateExitException|executor.useDriverPodIP)
spark.kubernetes.(allocation.maxPendingPodsPerRp|driver.annotateExitException|executor.useDriverPodIP)spark.kubernetes.(executor.useDriverPodIP|allocation.maxPendingPodsPerRp|driver.annotateExitException)
spark.kubernetes.(executor.useDriverPodIP|allocation.maxPendingPodsPerRp|driver.annotateExitException)spark.kubernetes.(executor.useDriverPodIP|allocation.maxPendingPodsPerRp|driver.annotateExitException)
Member
Author
|
Could you review this documentation PR, please, @gengliangwang ? |
gengliangwang
approved these changes
Apr 29, 2026
Member
Author
|
Thank you so much, @gengliangwang ~ |
dongjoon-hyun
added a commit
that referenced
this pull request
Apr 29, 2026
…erPodIP|allocation.maxPendingPodsPerRp|driver.annotateExitException)` ### What changes were proposed in this pull request? This PR documents three missing Spark configurations introduced in Spark 4.1.0. | Property | Default | Since | Introduced in | | --- | --- | --- | --- | | `spark.kubernetes.executor.useDriverPodIP` | `false` | 4.1.0 | SPARK-53944 | | `spark.kubernetes.driver.annotateExitException` | `false` | 4.1.0 | SPARK-53335 | | `spark.kubernetes.allocation.maxPendingPodsPerRp` | `Int.MaxValue` | 4.1.0 | SPARK-53324 | ### Why are the changes needed? Three user-facing Kubernetes configurations added in Spark 4.1.0 but weren't documented yet. - #52650 - #52068 - #51913 ### Does this PR introduce _any_ user-facing change? No. Documentation-only update. ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.7) Closes #55591 from dongjoon-hyun/SPARK-56653. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 68456a6) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Member
Author
|
Merged to master/4.1 for Apache Spark 4.2.0 and 4.1.2. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR documents three missing Spark configurations introduced in Spark 4.1.0.
spark.kubernetes.executor.useDriverPodIPfalsespark.kubernetes.driver.annotateExitExceptionfalsespark.kubernetes.allocation.maxPendingPodsPerRpInt.MaxValueWhy are the changes needed?
Three user-facing Kubernetes configurations added in Spark 4.1.0 but weren't documented yet.
spark.kubernetes.executor.useDriverPodIP#52650spark.kubernetes.driver.annotateExitException#52068Does this PR introduce any user-facing change?
No. Documentation-only update.
How was this patch tested?
Manual review.
Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.7)