Skip to content

Commit

Permalink
Merge dev into main
Browse files Browse the repository at this point in the history
Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
  • Loading branch information
nvauto committed Jun 12, 2024
2 parents 5bd805d + d4d03a4 commit e8c476b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ class Profiler(hadoopConf: Configuration, appArgs: ProfileArgs, enablePB: Boolea
profileOutputWriter.write(skewHeader, app.skewInfo, tableDesc = Some(skewTableDesc))

profileOutputWriter.writeText("\n### C. Health Check###\n")
profileOutputWriter.write(QualFailedTaskView.getLabel, app.failedTasks)
profileOutputWriter.write(ProfFailedTaskView.getLabel, app.failedTasks)
profileOutputWriter.write(ProfFailedStageView.getLabel, app.failedStages)
profileOutputWriter.write(ProfFailedJobsView.getLabel, app.failedJobs)
profileOutputWriter.write(ProfRemovedBLKMgrView.getLabel, app.removedBMs)
Expand Down

0 comments on commit e8c476b

Please sign in to comment.