Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Aug 28, 2023

What changes were proposed in this pull request?

This PR aims to promote SparkKubernetesClientFactory as stable DeveloperApi in order to maintain it officially in a backward compatible way at Apache Spark 4.0.0.

Why are the changes needed?

Like SPARK-35280 and SPARK-37497, SparkKubernetesClientFactory is also able to be used to develop new ExternalClusterManager for K8s environment.

Does this PR introduce any user-facing change?

No. Previously, it was private[spark].

How was this patch tested?

Manual review because this is only a visibility change.

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-44995][K8S] Promote SparkKubernetesClientFactory to DeveloperApi [SPARK-44995][K8S] Promote SparkKubernetesClientFactory to DeveloperApi Aug 28, 2023
@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon and @viirya !

@dongjoon-hyun
Copy link
Member Author

Merged to master for Apache Spark 4.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-44995 branch August 29, 2023 00:30
viirya pushed a commit to viirya/spark-1 that referenced this pull request Oct 19, 2023
…erApi`

### What changes were proposed in this pull request?

This PR aims to promote `SparkKubernetesClientFactory` as **stable** `DeveloperApi` in order to maintain it officially in a backward compatible way at Apache Spark 4.0.0.

### Why are the changes needed?

Like SPARK-35280 and SPARK-37497, `SparkKubernetesClientFactory` is also able to be used to develop new `ExternalClusterManager` for K8s environment.
- apache#32406
- apache#34751

### Does this PR introduce _any_ user-facing change?

No. Previously, it was `private[spark]`.

### How was this patch tested?

Manual review because this is only a visibility change.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#42709 from dongjoon-hyun/SPARK-44995.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit c596fce)
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants