Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/23038#discussion_r234028545
--- Diff: core/src/main/scala/org/apache/spark/status/api/v1/api.scala ---
@@ -63,6 +63,7 @@ case class ApplicationAttemptInfo private[spark](
class ExecutorStageSummary private[spark](
val taskTime : Long,
+ val activeTasks: Int,
--- End diff --
You don't need to expose this in the public API to fix the bug, do you?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]