diff --git a/docs/configuration.md b/docs/configuration.md index 64a1899d69769..195fa3c953224 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -284,7 +284,7 @@ Apart from these, the following properties are also available, and may be useful
spark.executor.logs.rolling.maxSize
spark.executor.logs.rolling.maxRetainedFiles
for automatic cleaning of old logs.
spark.executor.logs.rolling.time.interval
to set the rolling interval.
- For "size", use spark.executor.logs.rolling.size.maxBytes
to set
+ For "size", use spark.executor.logs.rolling.maxSize
to set
the maximum file size for rolling.