Skip to content

Commit 5d6cf56

Browse files
committed
update comment
1 parent b0bebcc commit 5d6cf56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)