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

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


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 187651b29c71 [SPARK-45829][DOCS] Update the default value for 
spark.executor.logs.rolling.maxSize
187651b29c71 is described below

commit 187651b29c71dd1941a165919266b69e10b98f31
Author: chenyu <119398199+chenyu-opensou...@users.noreply.github.com>
AuthorDate: Wed Nov 8 19:16:48 2023 +0800

    [SPARK-45829][DOCS] Update the default value for 
spark.executor.logs.rolling.maxSize
    
    **What changes were proposed in this pull request?**
    The PR updates the default value of 'spark.executor.logs.rolling.maxSize' 
in configuration.html on the website
    
    **Why are the changes needed?**
    The default value of 'spark.executor.logs.rolling.maxSize' is 1024 * 1024, 
but the website is wrong.
    
    **Does this PR introduce any user-facing change?**
    No
    
    **How was this patch tested?**
    It doesn't need to.
    
    **Was this patch authored or co-authored using generative AI tooling?**
    No
    
    Closes #43712 from chenyu-opensource/branch-SPARK-45829.
    
    Authored-by: chenyu <119398199+chenyu-opensou...@users.noreply.github.com>
    Signed-off-by: Kent Yao <y...@apache.org>
    (cherry picked from commit a9127068194a48786df4f429ceb4f908c71f7138)
    Signed-off-by: Kent Yao <y...@apache.org>
---
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index 466a321b3941..b96defb2adb0 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -630,7 +630,7 @@ Apart from these, the following properties are also 
available, and may be useful
 </tr>
 <tr>
   <td><code>spark.executor.logs.rolling.maxSize</code></td>
-  <td>(none)</td>
+  <td>1024 * 1024</td>
   <td>
     Set the max size of the file in bytes by which the executor logs will be 
rolled over.
     Rolling is disabled by default. See 
<code>spark.executor.logs.rolling.maxRetainedFiles</code>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to