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 1ffeb5ad46f8 [SPARK-47208][DOCS][FOLLOWUP] Replace 
`spark.driver.minMemoryOverhead` with `spark.executor.minMemoryOverhead`
1ffeb5ad46f8 is described below

commit 1ffeb5ad46f81adcba7b18c561b6e642f3e0e089
Author: Kent Yao <[email protected]>
AuthorDate: Thu Feb 20 08:45:28 2025 -0800

    [SPARK-47208][DOCS][FOLLOWUP] Replace `spark.driver.minMemoryOverhead` with 
`spark.executor.minMemoryOverhead`
    
    ### What changes were proposed in this pull request?
    Replace spark.driver.minMemoryOverhead with spark.executor.minMemoryOverhead
    
    ### Why are the changes needed?
    docfix
    
    ### Does this PR introduce _any_ user-facing change?
    no
    
    ### How was this patch tested?
    doc build
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #50018 from yaooqinn/SPARK-47208.
    
    Authored-by: Kent Yao <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit bbb9c2c1878e200d9012d2322d979ae794b1d41d)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index 5047de30791d..9909a15c6d5e 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -321,7 +321,7 @@ of the most common options to set are:
   <td>2.3.0</td>
 </tr>
 <tr>
-  <td><code>spark.driver.minMemoryOverhead</code></td>
+  <td><code>spark.executor.minMemoryOverhead</code></td>
   <td>384m</td>
   <td>
     The minimum amount of non-heap memory to be allocated per executor 
process, in MiB unless otherwise specified, if 
<code>spark.executor.memoryOverhead</code> is not defined.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to