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

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


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

commit 4ccadd67a87fb76e105ab527d01f27ff9fed95cc
Author: chenyu <[email protected]>
AuthorDate: Wed Nov 1 17:12:45 2023 +0800

    [SPARK-45751][DOCS] Update the default value for 
spark.executor.logs.rolling.maxRetainedFile
    
    **What changes were proposed in this pull request?**
    The PR updates the default value of 
'spark.executor.logs.rolling.maxRetainedFiles' in configuration.html on the 
website
    
    **Why are the changes needed?**
    The default value of 'spark.executor.logs.rolling.maxRetainedFiles' is -1, 
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 #43618 from chenyu-opensource/branch-SPARK-45751.
    
    Authored-by: chenyu <[email protected]>
    Signed-off-by: Kent Yao <[email protected]>
    (cherry picked from commit e6b4fa835de3f6d0057bf3809ea369d785967bcd)
    Signed-off-by: Kent Yao <[email protected]>
---
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index 4b0b9b3e3c2..25080784f73 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -658,7 +658,7 @@ Apart from these, the following properties are also 
available, and may be useful
 </tr>
 <tr>
   <td><code>spark.executor.logs.rolling.maxRetainedFiles</code></td>
-  <td>(none)</td>
+  <td>-1</td>
   <td>
     Sets the number of latest rolling log files that are going to be retained 
by the system.
     Older log files will be deleted. Disabled by default.


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

Reply via email to