Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/19263#discussion_r141915135
--- 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 --
The other configs predate the config library; it's ok either way for those,
but new configs should use the new library.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]