File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
core/src/main/scala/org/apache/spark/scheduler Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,7 @@ private[spark] class EventLoggingListener(
6767 // To reduce the size of event logs, we can omit logging all of internal accumulables for metrics.
6868 private val omitInternalAccumulables =
6969 sparkConf.getBoolean(" spark.eventLog.omitInternalAccumulables" , false )
70- // To reduce the size of event logs, we can omit logging some of metrics.
71- // Internal accumulables representing such metrics will also not be recorded.
70+ // To reduce the size of event logs, we can omit logging "Updated Block Statuses" metric.
7271 private val omitUpdatedBlockStatuses =
7372 sparkConf.getBoolean(" spark.eventLog.omitUpdatedBlockStatuses" , false )
7473 private val fileSystem = Utils .getHadoopFileSystem(logBaseDir, hadoopConf)
You can’t perform that action at this time.
0 commit comments