chenyu-opensource commented on code in PR #42919:
URL: https://github.com/apache/spark/pull/42919#discussion_r1326682581
##########
docs/configuration.md:
##########
@@ -694,13 +694,13 @@ Apart from these, the following properties are also
available, and may be useful
</tr>
<tr>
<td><code>spark.executor.logs.rolling.strategy</code></td>
- <td>(none)</td>
+ <td>""(disabled)</td>
<td>
Set the strategy of rolling of executor logs. By default it is disabled.
It can
- be set to "time" (time-based rolling) or "size" (size-based rolling). For
"time",
+ be set to "time" (time-based rolling) or "size" (size-based rolling) or
""(empty string). For "time",
Review Comment:
@srowen Thank you for your advice.
I had follow your advice and adjust
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]