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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16749280#comment-16749280 ] 

Ankur Gupta commented on SPARK-26694:
-------------------------------------

I am working on this

> 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
>            Priority: Critical
>
> 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