Skip to content

Commit

Permalink
Add in ID as sort for Job + Stage level aggregated task metrics (#2911)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graves <tgraves@apache.org>
  • Loading branch information
tgravescs authored Jul 12, 2021
1 parent 48e92c3 commit c1eb902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Analysis(apps: Seq[ApplicationInfo], fileWriter: Option[ToolTextFileWriter
}
}
if (query.nonEmpty) {
apps.head.runQuery(query + " order by appIndex, Duration desc",
apps.head.runQuery(query + " order by appIndex, Duration desc, ID",
false, fileWriter, messageHeader)
} else {
fileWriter.foreach(_.write("Unable to calculate Job and Stage Metrics\n"))
Expand Down

0 comments on commit c1eb902

Please sign in to comment.