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-50998][K8S][DOCS] Fix spark.kubernetes.configMap.maxSize default value in docs #49683

Closed
wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jan 26, 2025

What changes were proposed in this pull request?

This PR aims to Fix spark.kubernetes.configMap.maxSize default value in docs

Why are the changes needed?

Since Apache Spark 3.3.2, we fixed this value from 1572864 from 1048576 in the validation logic.

Does this PR introduce any user-facing change?

No, this is a doc only update to be consistent with the code.

How was this patch tested?

Manual review.

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

No.

@github-actions github-actions bot added the DOCS label Jan 26, 2025
@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon . Merged to master/4.0/3.5.

dongjoon-hyun added a commit that referenced this pull request Jan 27, 2025
…ault value in docs

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

This PR aims to Fix `spark.kubernetes.configMap.maxSize` default value in docs

### Why are the changes needed?

Since Apache Spark 3.3.2, we fixed this value from `1572864` from `1048576` in the validation logic.
- #39884

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

No, this is a doc only update to be consistent with the code.

### How was this patch tested?

Manual review.

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

No.

Closes #49683 from dongjoon-hyun/SPARK-50998.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 2b70117)
Signed-off-by: Dongjoon Hyun <[email protected]>
dongjoon-hyun added a commit that referenced this pull request Jan 27, 2025
…ault value in docs

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

This PR aims to Fix `spark.kubernetes.configMap.maxSize` default value in docs

### Why are the changes needed?

Since Apache Spark 3.3.2, we fixed this value from `1572864` from `1048576` in the validation logic.
- #39884

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

No, this is a doc only update to be consistent with the code.

### How was this patch tested?

Manual review.

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

No.

Closes #49683 from dongjoon-hyun/SPARK-50998.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 2b70117)
Signed-off-by: Dongjoon Hyun <[email protected]>
@dongjoon-hyun dongjoon-hyun deleted the SPARK-50998 branch January 27, 2025 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants