You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/02/15 11:28:43 UTC

[GitHub] [spark] HeartSaVioR commented on a change in pull request #27576: [SPARK-28869][DOCS][FOLLOWUP] Add direct relationship between configs for rolling event log

HeartSaVioR 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_r379826039
 
 

 ##########
 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:
   Nice catch! I missed we have equivalent description in doc as well. Will update as well.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org