You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Marcelo Vanzin (JIRA)" <ji...@apache.org> on 2019/01/22 22:25:00 UTC

[jira] [Created] (SPARK-26694) Console progress bar not showing in 3.0

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org