-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-8399][Streaming][Web UI] Overlap between histograms and axis' name in Spark Streaming UI #6845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…he spark streaming web ui
|
@zsxwing Can you have a look, please? |
|
add to whitelist |
|
Hi @BenFradet, could you post a screenshot of what this looks like before and after your change? |
|
Hi @andrewor14, As I said on the JIRA, I'm not able to post screenshots at this time, sorry, but I might have the time this weekend. |
|
Test build #35052 has finished for PR 6845 at commit
|
|
Can you provide the screenshot of the full UI so that we get sense of the overall aesthetics? I think #batches should be aligned with the numbers on the axes, but I am not sure until I see the full screenshot Also @zsxwing what do you think? |
|
Looks great. In any case it shouldn't overlap with the bars. |
|
@tdas I'll see what I can do. |
|
Do you think we should align units: #batches and events/sec? |
|
Looks a lot of space on the right. Could you just move |
|
Do you mean above the axis? |
No. Still overlap. But |
|
Mmh, in this case I think we won't be able to see |
|
Maybe we should put the axis on the bottom and |
|
I dont mind the extra white space at the right. Rather what is bugging me is the batch is not really aligned with x axis / horizontal axis. I mean, if we have to make the |
|
Agreed, I'll try to update the PR tomorrow. |
|
Test build #35390 has finished for PR 6845 at commit
|
|
Yeah, I wanted it aligned with 10, 20, 30 ... all the letters on same line. |
|
I adjusted |
|
Test build #35464 has finished for PR 6845 at commit
|
|
Test this again. |
|
Jenkins, retest this please. |
|
I just tried this PR. There is still one problem. The graphs in the inner table does not align with the outer ones. Could you change spark/streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala Line 313 in 6ceb169
292px to 342px in this line spark/streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala Line 459 in 6ceb169
This would fix the alignment issue. |
|
Test build #35540 has finished for PR 6845 at commit
|
|
@zsxwing Thanks for spotting this, I will update the PR later today. |
|
Test build #35562 timed out for PR 6845 at commit |
|
test this please. |
|
Test build #35582 has finished for PR 6845 at commit
|
|
LGTM |
…' name in Spark Streaming UI Moved where the X axis' name (#batches) is written in histograms in the spark streaming web ui so the histograms and the axis' name do not overlap. Author: BenFradet <[email protected]> Closes #6845 from BenFradet/SPARK-8399 and squashes the following commits: b63695f [BenFradet] adjusted inner histograms eb610ee [BenFradet] readjusted #batches on the x axis dd46f98 [BenFradet] aligned all unit labels and ticks 0564b62 [BenFradet] readjusted #batches placement edd0936 [BenFradet] moved where the X axis' name (#batches) is written in histograms in the spark streaming web ui (cherry picked from commit 1173483) Signed-off-by: Tathagata Das <[email protected]>
|
Merged in master and branch-1.4. Thanks! |
…' name in Spark Streaming UI Moved where the X axis' name (#batches) is written in histograms in the spark streaming web ui so the histograms and the axis' name do not overlap. Author: BenFradet <[email protected]> Closes apache#6845 from BenFradet/SPARK-8399 and squashes the following commits: b63695f [BenFradet] adjusted inner histograms eb610ee [BenFradet] readjusted #batches on the x axis dd46f98 [BenFradet] aligned all unit labels and ticks 0564b62 [BenFradet] readjusted #batches placement edd0936 [BenFradet] moved where the X axis' name (#batches) is written in histograms in the spark streaming web ui (cherry picked from commit 1173483) Signed-off-by: Tathagata Das <[email protected]>








Moved where the X axis' name (#batches) is written in histograms in the spark streaming web ui so the histograms and the axis' name do not overlap.