Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/19263#discussion_r145208307
--- Diff:
core/src/test/scala/org/apache/spark/scheduler/EventLoggingListenerSuite.scala
---
@@ -291,6 +292,7 @@ object EventLoggingListenerSuite {
def getLoggingConf(logDir: Path, compressionCodec: Option[String] =
None): SparkConf = {
val conf = new SparkConf
conf.set("spark.eventLog.enabled", "true")
+ conf.set("spark.eventLog.blockUpdatesEnabled", "true")
--- End diff --
Ah I missed that one line.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]