You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/12/14 19:22:46 UTC

[jira] [Commented] (SPARK-12304) Make Spark Streaming web UI display more friendly Receiver graphs

    [ https://issues.apache.org/jira/browse/SPARK-12304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15056422#comment-15056422 ] 

Apache Spark commented on SPARK-12304:
--------------------------------------

User 'proflin' has created a pull request for this issue:
https://github.com/apache/spark/pull/10276

> Make Spark Streaming web UI display more friendly Receiver graphs
> -----------------------------------------------------------------
>
>                 Key: SPARK-12304
>                 URL: https://issues.apache.org/jira/browse/SPARK-12304
>             Project: Spark
>          Issue Type: Improvement
>          Components: Streaming
>    Affects Versions: 1.5.2
>            Reporter: Liwei Lin
>            Priority: Minor
>         Attachments: after-5.png, before-5.png
>
>
> Currently, the Spark Streaming web UI uses the same maxY when displays 'Input Rate Times& Histograms' and 'Per-Receiver Times& Histograms'. 
> This may lead to somewhat un-friendly graphs: once we have tens of Receivers or more, every 'Per-Receiver Times' line almost hits the ground.
> This issue proposes to calculate a new maxY against the original one, which is shared among all the `Per-Receiver Times& Histograms' graphs.
> Before:
> !before-5.png!
> After:
> !after-5.png!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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