Uh oh!
There was an error while loading. Please reload this page.
[SPARK-29453][WEBUI] Improve tooltips information for SQL tab. - #26259
[SPARK-29453][WEBUI] Improve tooltips information for SQL tab.#2625907ARB wants to merge 4 commits into
Conversation
@dongjoon-hyun , @shahidki31 , @srowen (All the comments given in this PR #26216(closed) i have fixed and raised new PR). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
shahidki31
commented
Oct 25, 2019
Jenkins, test this please |
srowen
left a comment
There was a problem hiding this comment.
I don't think this adds enough to justify. There just isn't much to explain about these.
(PS normally you push more commits to your previous branch rather than make a new one and PR, so as not to fork the review)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
07ARB
commented
Oct 25, 2019
|
srowen
commented
Oct 25, 2019
If we can't come up with meaningful tooltips, why add them? I don't know if it is necessary here. |
07ARB
commented
Oct 25, 2019
srowen
commented
Oct 25, 2019
Yep I think those tooltips are not useful and should be removed. |
ok, i will remove the tooltips. @srowen , i think this 3 is ok, please check and others i have removed. |
### What changes were proposed in this pull request? Adding tooltip to SQL tab for better usability. https://issues.apache.org/jira/browse/SPARK-29453 ### Why are the changes needed? There are a few common points of confusion in the UI that could be clarified with tooltips. We should add tooltips to explain. ### Does this PR introduce any user-facing change? yes. ### How was this patch tested? 1) Unit tests (written unit test cases to verify changes). 2) Manual test. Authored-by: Ankit Raj Boudh <ankitrajboudh@gmail.com> fixed review comments
07ARB
commented
Oct 25, 2019
@dongjoon-hyun ,@srowen, I have fixed all the comments please check it. I think now every think is ok. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Tooltips not required for each row review comments fixed.
07ARB
commented
Oct 27, 2019
@shahidki31 and @srowen now I think fixed is ok? |
Uh oh!
There was an error while loading. Please reload this page.
srowen
left a comment
There was a problem hiding this comment.
I just don't think this adds enough to justify more tooltips popping up. It isn't required to have every item with a tooltip.
07ARB
commented
Oct 27, 2019
@srowen, if headerTooltip is empty then no tooltips popup will display. |
srowen
commented
Oct 28, 2019
To be clear, I would not merge this. |
07ARB
commented
Oct 28, 2019
Ok then I need add check point, if header is empty then no need to add tooltips, then it's ok? |
07ARB
commented
Oct 28, 2019
#26259 (comment) |
07ARB
commented
Nov 6, 2019
@srowen , so this issue not require to fix ? , (if yes then i will commit in jira not require to fix, so that reporter will cancel that jira) |
srowen
commented
Nov 6, 2019
As I say here and elsewhere, I don't think most of these columns have anything meaningful to say in a tooltop. Duration, maybe, if it's not clear what the end and start times are. But no I do not think we need most of what's being proposed here. |
07ARB
commented
Nov 6, 2019
ok then for Duration i will add the tooltip for other no need to add that is ok @srowen ? |
srowen
commented
Nov 6, 2019
As long as it's not saying "the time taken to X", maybe so. You'd have to figure out how to correctly describe the start and end time it's measuring. |
07ARB
commented
Nov 6, 2019
ok i will check this point (how to correctly describe the start and end time it's measuring.) |
07ARB
commented
Nov 9, 2019
@srowen , this is how we are calculating duration and i referred this PR [SPARK-29019][WebUI] Improve tooltip JDBC/ODBC Server tab #25723 Tooltips for "Duration": "Difference between sql query execution finish time and submission time". If this suggestion ok then i will submit PR for this |
07ARB
commented
Nov 9, 2019
srowen
commented
Nov 10, 2019
I don't think that's quite accurate. It's either the time until the finish time, or the current time if still executing. How about more like "Time from query submission to completion (or if still executing, time since submission)". You/we might also review other similar tooltips about duration to see if we can make the wording more standard, but something like that. |
07ARB
commented
Nov 11, 2019
#26259 (comment)@srowen , sure i will check other places also. |
07ARB
commented
Nov 12, 2019
@srowen, I checked the code and found Total 5 pages of Spark showing Duration field inside table , Please check all the screenshot :
Note : Active Driver and Completed Driver under master spark ui page also "Duration field is there." |
@srowen , I think based on feature "Duration" field tooltips will change. |








What changes were proposed in this pull request?
Adding tooltip to SQL tab for better usability.
Why are the changes needed?
There are a few common points of confusion in the UI that could be clarified with tooltips. We
should add tooltips to explain.
Does this PR introduce any user-facing change?
yes.

How was this patch tested?
Manual test.