This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 52ad5f947eb2 [SPARK-50998][K8S][DOCS] Fix 
`spark.kubernetes.configMap.maxSize` default value in docs
52ad5f947eb2 is described below

commit 52ad5f947eb2d00ed7eac6c4b9a84717099e615b
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 79d0554a5ae2..afdf3499bbdf 100644
--- a/docs/running-on-kubernetes.md
+++ b/docs/running-on-kubernetes.md
@@ -1493,7 +1493,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]

Reply via email to