Skip to content

Commit

Permalink
[SPARK-45751][DOCS] Update the default value for spark.executor.logs.…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
chenyu0513 authored and yaooqinn committed Nov 1, 2023
1 parent feea99e commit e6b4fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,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.
Expand Down

0 comments on commit e6b4fa8

Please sign in to comment.