You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2018/01/14 14:33:04 UTC

[jira] [Resolved] (SPARK-23051) job description in Spark UI is broken

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

Sean Owen resolved SPARK-23051.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 2.3.0

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

> job description in Spark UI is broken 
> --------------------------------------
>
>                 Key: SPARK-23051
>                 URL: https://issues.apache.org/jira/browse/SPARK-23051
>             Project: Spark
>          Issue Type: Bug
>          Components: Web UI
>    Affects Versions: 2.3.0
>            Reporter: Shixiong Zhu
>            Assignee: Sandor Murakozi
>            Priority: Blocker
>              Labels: regression
>             Fix For: 2.3.0
>
>         Attachments: Spark-23051-after.png, Spark-23051-before.png, in-2.2.png
>
>
> In previous versions, Spark UI will use the stage description if the job description is not set. But right now it’s just empty.
> Reproducer: Just run the following codes in spark shell and check the UI:
> {code}
> val q = spark.readStream.format("rate").load().writeStream.format("console").start()
> Thread.sleep(2000)
> q.stop()
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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