aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorproflin <proflin.me@gmail.com>2015-12-15 20:22:56 -0800
committerShixiong Zhu <shixiong@databricks.com>2015-12-15 20:22:56 -0800
commitd52bf47e13e0186590437f71040100d2f6f11da9 (patch)
treecdcbbe1c67e56e25279ecef985dbb7b92e074dc7 /sbin
parentca0690b5ef10b14ce57a0c30d5308eb02f163f39 (diff)
downloadspark-d52bf47e13e0186590437f71040100d2f6f11da9.tar.gz
spark-d52bf47e13e0186590437f71040100d2f6f11da9.tar.bz2
spark-d52bf47e13e0186590437f71040100d2f6f11da9.zip
[SPARK-12304][STREAMING] Make Spark Streaming web UI display more fri…
…endly Receiver graphs 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](https://cloud.githubusercontent.com/assets/15843379/11761362/d790c356-a0fa-11e5-860e-4b834603de1d.png) After: ![after-5](https://cloud.githubusercontent.com/assets/15843379/11761361/cfabf692-a0fa-11e5-97d0-4ad124aaca2a.png) Author: proflin <proflin.me@gmail.com> Closes #10318 from proflin/SPARK-12304.
Diffstat (limited to 'sbin')
0 files changed, 0 insertions, 0 deletions