Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.0.0
-
None
Description
This is the code that initializes it:
_progressBar = if (_conf.get(UI_SHOW_CONSOLE_PROGRESS) && !log.isInfoEnabled) { Some(new ConsoleProgressBar(this)) } else { None }
SPARK-25118 changed the way the log system is initialized, and the code above is not initializing the progress bar anymore.
Attachments
Issue Links
- links to