[SPARK-55725][K8S][DOCS] Make AbstractPodsAllocator docs up-to-date#54526
Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-55725][K8S][DOCS] Make AbstractPodsAllocator docs up-to-date#54526dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
AbstractPodsAllocator docs up-to-date#54526dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
Conversation
e98d1aa to
247d0ef
Compare
since tag to AbstractPodsAllocator methodsAbstractPodsAllocator docs up-to-date
AbstractPodsAllocator docs up-to-dateAbstractPodsAllocator docs up-to-date
dongjoon-hyun
commented
Feb 27, 2026
| @DeveloperApi | ||
| abstract class AbstractPodsAllocator { | ||
| /* | ||
| /** |
Member
Author
There was a problem hiding this comment.
Apache Spark uses Javadoc style instead of Scaladoc.
- https://spark.apache.org/contributing.html (Code Style Guide)
247d0ef to
8a3f6ad
Compare
HyukjinKwon
approved these changes
Feb 27, 2026
Member
Author
|
Thank you, @HyukjinKwon . Merged to master. |
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 aims to make
AbstractPodsAllocatordocumentation up-to-date:Javadocstyle instead ofScaladocaccording to the Apache Spark Code Style Guide.Sinceannotation for the class and methods.DeploymentPodsAllocator.sincetag.Why are the changes needed?
AbstractPodsAllocatoris one ofDeveloperApiof the Apache Spark.spark/resource-managers/kubernetes/core/src/main/scala/org/apache/spark/scheduler/cluster/k8s/AbstractPodsAllocator.scala
Lines 36 to 37 in 4da26e4
Recently, Apache Spark 4.2.0
DeploymentPodsAllocator.setExecutorPodsLifecycleManager.Does this PR introduce any user-facing change?
No, this changes documentations only.
How was this patch tested?
Manual review.
Was this patch authored or co-authored using generative AI tooling?
Generated-by:
Gemini 3.1 Pro (High)onAntigravity