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 c9c6d8a59cf [SPARK-45751][DOCS] Update the default value for
spark.executor.logs.rolling.maxRetainedFile
c9c6d8a59cf is described below
commit c9c6d8a59cfb9639cb52829fbb3393e0b39f9965
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 d61f726130b..a723c9fc3ab 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -649,7 +649,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]