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

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new ed6c2a8a88f7 [SPARK-54606][DOCS] Fix `spark.eventLog.rolling.enabled` 
deafult value
ed6c2a8a88f7 is described below

commit ed6c2a8a88f7b791c10f9237173eba7e9f215cce
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Dec 5 09:33:41 2025 -0800

    [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 #53339 from pan3793/SPARK-54606.
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index ff3d0aa4c262..3e1077b6ab79 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1549,7 +1549,7 @@ Apart from these, the following properties are also 
available, and may be useful
 </tr>
 <tr>
   <td><code>spark.eventLog.rolling.enabled</code></td>
-  <td>false</td>
+  <td>true</td>
   <td>
     Whether rolling over event log files is enabled. If set to true, it cuts 
down each event
     log file to the configured size.


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

Reply via email to