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/25 18:23:00 UTC

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

     [ https://issues.apache.org/jira/browse/SPARK-26694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcelo Vanzin resolved SPARK-26694.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0

Issue resolved by pull request 23618
[https://github.com/apache/spark/pull/23618]

> 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
>            Assignee: Ankur Gupta
>            Priority: Critical
>             Fix For: 3.0.0
>
>
> 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