Github user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/21221#discussion_r195289142
--- Diff:
core/src/main/scala/org/apache/spark/scheduler/EventLoggingListener.scala ---
@@ -93,6 +96,9 @@ private[spark] class EventLoggingListener(
// Visible for tests only.
private[scheduler] val logPath = getLogPath(logBaseDir, appId,
appAttemptId, compressionCodecName)
+ // map of live stages, to peak executor metrics for the stage
+ private val liveStageExecutorMetrics = HashMap[(Int, Int),
HashMap[String, PeakExecutorMetrics]]()
--- End diff --
map of (stageId, stageAttempt) for live stages, to peak executor metrics
for the stage
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]