Skip to content

Commit

Permalink
improvement_add_job_log fix
Browse files Browse the repository at this point in the history
1. provide Option[Int] with JobId
  • Loading branch information
davidyuan1223 committed Oct 13, 2023
1 parent 249a422 commit 5cf8714
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ class SparkConsoleProgressBar(
val jobId = result.get
jobHeader = s"[Job $jobId (${liveJobs.get(jobId).numCompleteStages} " +
s"/ ${liveJobs.get(jobId).numStages}) Stages] "
} else {
jobHeader = s"[No job match the stage]"
}
val header = jobHeader + s"[Stage ${s.stageId}:"
val tailer = s"(${s.numCompleteTasks} + ${s.numActiveTasks}) / $total]"
Expand Down

0 comments on commit 5cf8714

Please sign in to comment.