Github user michaelmior commented on a diff in the pull request:
https://github.com/apache/spark/pull/19263#discussion_r141849398
--- Diff:
core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala ---
@@ -66,6 +67,7 @@ private[spark] class EventLoggingListener(
private val shouldCompress =
sparkConf.getBoolean("spark.eventLog.compress", false)
private val shouldOverwrite =
sparkConf.getBoolean("spark.eventLog.overwrite", false)
+ private val shouldLogBlockUpdates =
sparkConf.getBoolean("spark.eventLog.blockUpdates", false)
--- End diff --
@vanzin The reason I didn't is because all of the other config settings
nearby don't. Would it make sense to change the other event log settings as
part of this?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]