Skip to content

Commit ed6c2a8

Browse files
pan3793dongjoon-hyun
authored andcommitted
[SPARK-54606][DOCS] Fix spark.eventLog.rolling.enabled deafult value
### What changes were proposed in this pull request? It was enabled by default via SPARK-45771, but forgot to update the docs. ### Why are the changes needed? Keep docs and code consistent. ### Does this PR introduce _any_ user-facing change? No, except for correcting the docs. ### How was this patch tested? Review, as it's a docs-only change. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#53339 from pan3793/SPARK-54606. Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent dd418e3 commit ed6c2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ Apart from these, the following properties are also available, and may be useful
15491549
</tr>
15501550
<tr>
15511551
<td><code>spark.eventLog.rolling.enabled</code></td>
1552-
<td>false</td>
1552+
<td>true</td>
15531553
<td>
15541554
Whether rolling over event log files is enabled. If set to true, it cuts down each event
15551555
log file to the configured size.

0 commit comments

Comments
 (0)