Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-48121][K8S] Promote KubernetesDriverConf to DeveloperApi #46373

Closed
wants to merge 2 commits into from

Conversation

jiangzho
Copy link
Contributor

@jiangzho jiangzho commented May 3, 2024

What changes were proposed in this pull request?

This PR aims to promote KubernetesDriverConf to DeveloperApi

Why are the changes needed?

Since Apache Spark Kubernetes Operator requires this, we had better maintain it as a developer API officially from Apache Spark 4.0.0.

apache/spark-kubernetes-operator#10

Does this PR introduce any user-facing change?

No

How was this patch tested?

Pass the CIs

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

No

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please file a JIRA issue, @jiangzho .

@dongjoon-hyun
Copy link
Member

One more thing. If you have some time, please review the following PR on Apache Spark K8s Operator repository.

@jiangzho jiangzho changed the title Promote KubernetesDriverConf to DeveloperApi [SPARK-48121][K8S]Promote KubernetesDriverConf to DeveloperApi May 3, 2024
@dongjoon-hyun dongjoon-hyun changed the title [SPARK-48121][K8S]Promote KubernetesDriverConf to DeveloperApi [SPARK-48121][K8S] Promote KubernetesDriverConf to DeveloperApi May 3, 2024
@@ -78,7 +79,16 @@ private[spark] abstract class KubernetesConf(val sparkConf: SparkConf) {
def getOption(key: String): Option[String] = sparkConf.getOption(key)
}

private[spark] class KubernetesDriverConf(

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this redundant empty line addition.

*/
@Unstable
@DeveloperApi
@Since("4.0.0")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ya, I hope we can make it stable from 4.0.0.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

@dongjoon-hyun
Copy link
Member

Merged to master for Apache Spark 4.0.0-preview.
Thank you, @jiangzho .

@jiangzho jiangzho deleted the driver_conf branch May 4, 2024 00:45
JacobZheng0927 pushed a commit to JacobZheng0927/spark that referenced this pull request May 11, 2024
### What changes were proposed in this pull request?

This PR aims to promote `KubernetesDriverConf` to `DeveloperApi`

### Why are the changes needed?

Since Apache Spark Kubernetes Operator requires this, we had better maintain it as a developer API officially from Apache Spark 4.0.0.

apache/spark-kubernetes-operator#10

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

No

### How was this patch tested?

Pass the CIs

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

No

Closes apache#46373 from jiangzho/driver_conf.

Authored-by: zhou-jiang <zhou_jiang@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
szehon-ho pushed a commit to szehon-ho/spark that referenced this pull request Aug 7, 2024
### What changes were proposed in this pull request?

This PR aims to promote `KubernetesDriverConf` to `DeveloperApi`

### Why are the changes needed?

Since Apache Spark Kubernetes Operator requires this, we had better maintain it as a developer API officially from Apache Spark 4.0.0.

apache/spark-kubernetes-operator#10

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

No

### How was this patch tested?

Pass the CIs

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

No

Closes apache#46373 from jiangzho/driver_conf.

Authored-by: zhou-jiang <zhou_jiang@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
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.

2 participants