warrenzhu25 commented on a change in pull request #29247:
URL: https://github.com/apache/spark/pull/29247#discussion_r523075442
##########
File path: core/src/main/scala/org/apache/spark/status/AppStatusStore.scala
##########
@@ -366,6 +366,18 @@ private[spark] class AppStatusStore(
Some(computedQuantiles)
}
+ /**
+ * Calculates a summary of the executor metrics for executors, returning the
+ * requested quantiles for the recorded metrics.
+ */
+ def executorMetricSummary(activeOnly: Boolean,
+ unsortedQuantiles: Array[Double])
Review comment:
Thanks for review. Updated all based on your comments.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]