This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new 09a255a74e04 [SPARK-50998][K8S][DOCS] Fix
`spark.kubernetes.configMap.maxSize` default value in docs
09a255a74e04 is described below
commit 09a255a74e046bc8dd99325a28d91bce9eb89783
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Jan 26 16:49:34 2025 -0800
[SPARK-50998][K8S][DOCS] Fix `spark.kubernetes.configMap.maxSize` default
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 2b70117304a70a3dd2ec4a7c1e33ed0b07c535ca)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
docs/running-on-kubernetes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/running-on-kubernetes.md b/docs/running-on-kubernetes.md
index cbddaaf90fca..f033a0ae72ff 100644
--- a/docs/running-on-kubernetes.md
+++ b/docs/running-on-kubernetes.md
@@ -1427,7 +1427,7 @@ See the [configuration page](configuration.html) for
information on Spark config
</tr>
<tr>
<td><code>spark.kubernetes.configMap.maxSize</code></td>
- <td><code>1572864</code></td>
+ <td><code>1048576</code></td>
<td>
Max size limit for a config map.
This is configurable as per <a
href="https://etcd.io/docs/latest/dev-guide/limit/">limit</a> on k8s server end.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]