Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21221#discussion_r210492513
  
    --- Diff: 
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
    @@ -69,6 +69,11 @@ package object config {
         .bytesConf(ByteUnit.KiB)
         .createWithDefaultString("100k")
     
    +  private[spark] val EVENT_LOG_STAGE_EXECUTOR_METRICS =
    +    ConfigBuilder("spark.eventLog.logStageExecutorMetrics.enabled")
    +      .booleanConf
    +      .createWithDefault(true)
    --- End diff --
    
    should this be "false" for now until we could test this out more, just to 
be on the safe side?


---

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

Reply via email to