diff --git a/docs/configuration.md b/docs/configuration.md index 9191570d07625..d23f0fe1a1c46 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -296,7 +296,7 @@ Apart from these, the following properties are also available, and may be useful
spark.executor.logs.rolling.maxSizespark.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.