Skip to content

Commit 09a255a

Browse files
committed
[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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 2b70117) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 22118f9 commit 09a255a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running-on-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ See the [configuration page](configuration.html) for information on Spark config
14271427
</tr>
14281428
<tr>
14291429
<td><code>spark.kubernetes.configMap.maxSize</code></td>
1430-
<td><code>1572864</code></td>
1430+
<td><code>1048576</code></td>
14311431
<td>
14321432
Max size limit for a config map.
14331433
This is configurable as per <a href="https://etcd.io/docs/latest/dev-guide/limit/">limit</a> on k8s server end.

0 commit comments

Comments
 (0)