HyukjinKwon commented on a change in pull request #27576: 
[SPARK-28869][DOCS][FOLLOWUP] Add direct relationship between configs for 
rolling event log
URL: https://github.com/apache/spark/pull/27576#discussion_r379339872
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
 ##########
 @@ -198,7 +198,8 @@ package object config {
 
   private[spark] val EVENT_LOG_ROLLING_MAX_FILE_SIZE =
     ConfigBuilder("spark.eventLog.rolling.maxFileSize")
-      .doc("The max size of event log file to be rolled over.")
+      .doc(s"Precondition: ${EVENT_LOG_ENABLE_ROLLING.key}. " +
 
 Review comment:
   Okay, I saw the new PR https://github.com/apache/spark/pull/27575. We could 
match how we describe there. Shall we also fix `docs/configuration.md`?

----------------------------------------------------------------
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]

Reply via email to