Skip to content

Commit

Permalink
Fix typo in Profiler class using qual instead of prof (#1113)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Hussein (amahussein) <[email protected]>
  • Loading branch information
amahussein authored Jun 12, 2024
1 parent aaa0239 commit d4d03a4
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 d4d03a4

Please sign in to comment.