Skip to content

Commit c588953

Browse files
author
pgandhi
committed
[SPARK-21809] : Adding new fields at the end of constructor definition
1 parent 4b94bc0 commit c588953

File tree

1 file changed

+5
-5
lines changed
  • core/src/main/scala/org/apache/spark/status/api/v1

1 file changed

+5
-5
lines changed

core/src/main/scala/org/apache/spark/status/api/v1/api.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)