vanzin commented on a change in pull request #27208: [SPARK-30481][CORE]
Integrate event log compactor into Spark History Server
URL: https://github.com/apache/spark/pull/27208#discussion_r367149532
##########
File path: docs/configuration.md
##########
@@ -1023,6 +1023,24 @@ Apart from these, the following properties are also
available, and may be useful
The max size of event log file before it's rolled over.
</td>
</tr>
+<tr>
+ <td><code>spark.eventLog.rolling.maxFilesToRetain</code></td>
+ <td>Int.MaxValue</td>
+ <td>
+ The maximum number of event log files which will be retained as
non-compacted.
+ By default, all event log files will be retained. Please set the
configuration and
Review comment:
Might be good to clarify where to configure things, since this config is for
the history server, but `spark.eventLog.rolling.maxFileSize` needs to be set in
the applications.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]