Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-26694

Console progress bar not showing in 3.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • Spark Core
    • 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.

      ankur.gupta

      Attachments

        Issue Links

          Activity

            People

              ankur.gupta Ankur Gupta
              vanzin Marcelo Masiero Vanzin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: