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

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


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

commit f82e23812aac8f00a5505c9f54f0215efcb0c823
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 a723c9fc3abc..198a6dd4b2b1 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -667,7 +667,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