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 17, 2023
1 parent e8a5108 commit a973cdd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class SparkConsoleProgressBar(
case (jobId, jobInfo) if jobInfo.stageIds.contains(stageId) => jobId
}
}

/**
* Show progress bar in console. The progress bar is displayed in the next line
* after your last output, keeps overwriting itself to hold in one line. The logging will follow
Expand Down

0 comments on commit a973cdd

Please sign in to comment.