Skip to content

[SPARK-56653][K8S][DOCS] Document spark.kubernetes.(executor.useDriverPodIP|allocation.maxPendingPodsPerRp|driver.annotateExitException) - #55591

Closed
dongjoon-hyun wants to merge 1 commit into
apache:masterfrom
dongjoon-hyun:SPARK-56653
Closed

Conversation

@dongjoon-hyun

@dongjoon-hyundongjoon-hyun commented Apr 29, 2026

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

This PR documents three missing Spark configurations introduced in Spark 4.1.0.

PropertyDefaultSinceIntroduced in
spark.kubernetes.executor.useDriverPodIPfalse4.1.0SPARK-53944
spark.kubernetes.driver.annotateExitExceptionfalse4.1.0SPARK-53335
spark.kubernetes.allocation.maxPendingPodsPerRpInt.MaxValue4.1.0SPARK-53324

Why are the changes needed?

Three user-facing Kubernetes configurations added in Spark 4.1.0 but weren't documented yet.

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)

…Rp|driver.annotateExitException|executor.useDriverPodIP)
@dongjoon-hyundongjoon-hyun changed the title [SPARK-56653] Document spark.kubernetes.(allocation.maxPendingPodsPerRp|driver.annotateExitException|executor.useDriverPodIP)[SPARK-56653] Document spark.kubernetes.(executor.useDriverPodIP|allocation.maxPendingPodsPerRp|driver.annotateExitException)Apr 29, 2026
@dongjoon-hyundongjoon-hyun changed the title [SPARK-56653] Document spark.kubernetes.(executor.useDriverPodIP|allocation.maxPendingPodsPerRp|driver.annotateExitException)[SPARK-56653][K8S][DOCS] Document spark.kubernetes.(executor.useDriverPodIP|allocation.maxPendingPodsPerRp|driver.annotateExitException)Apr 29, 2026
@dongjoon-hyun

Copy link
Copy Markdown
MemberAuthor

Could you review this documentation PR, please, @gengliangwang ?

@dongjoon-hyun

Copy link
Copy Markdown
MemberAuthor

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>
@dongjoon-hyun

Copy link
Copy Markdown
MemberAuthor

Merged to master/4.1 for Apache Spark 4.2.0 and 4.1.2.

@dongjoon-hyun
dongjoon-hyun deleted the SPARK-56653 branch April 29, 2026 05:09
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@dongjoon-hyun@gengliangwang