Marcelo Vanzin created SPARK-26694:
--------------------------------------

             Summary: Console progress bar not showing in 3.0
                 Key: SPARK-26694
                 URL: https://issues.apache.org/jira/browse/SPARK-26694
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 3.0.0
            Reporter: Marcelo Vanzin


This is the code that initializes it:

{code}
    _progressBar =
      if (_conf.get(UI_SHOW_CONSOLE_PROGRESS) && !log.isInfoEnabled) {
        Some(new ConsoleProgressBar(this))
      } else {
        None
      }
{code}

SPARK-25118 changed the way the log system is initialized, and the code above 
is not initializing the progress bar anymore.

[~ankur.gupta]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to