File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
core/src/main/scala/org/apache/spark/status/api/v1 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,18 +49,18 @@ class ExecutorStageSummary private[spark](
4949 val taskTime : Long ,
5050 val failedTasks : Int ,
5151 val succeededTasks : Int ,
52- val killedTasks : Int ,
53- val blacklisted : Int ,
5452 val inputBytes : Long ,
55- val inputRecords : Long ,
5653 val outputBytes : Long ,
57- val outputRecords : Long ,
5854 val shuffleRead : Long ,
59- val shuffleReadRecords : Long ,
6055 val shuffleWrite : Long ,
6156 val shuffleWriteRecords : Long ,
6257 val memoryBytesSpilled : Long ,
6358 val diskBytesSpilled : Long ,
59+ val killedTasks : Int ,
60+ val blacklisted : Int ,
61+ val inputRecords : Long ,
62+ val outputRecords : Long ,
63+ val shuffleReadRecords : Long ,
6464 val host : String ,
6565 val executorLogs : Map [String , String ])
6666
You can’t perform that action at this time.
0 commit comments