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

    https://github.com/apache/spark/pull/21221#discussion_r190990562
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala ---
    @@ -81,7 +84,7 @@ private[spark] class EventLoggingListener(
       private val compressionCodecName = compressionCodec.map { c =>
         CompressionCodec.getShortName(c.getClass.getName)
       }
    -
    +logInfo("spark.eventLog.logExecutorMetricsUpdates.enabled is " + 
shouldLogExecutorMetricsUpdates)
    --- End diff --
    
    Removed. Thanks, I hadn't meant to push that.


---

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

Reply via email to