-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-21297] [WEB-UI]Add count in 'JDBC/ODBC Server' page. #18525
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
…n 'JDBC/ODBC Server' page.
| <td> {session.userName} </td> | ||
| <td> {session.ip} </td> | ||
| <td> <a href={sessionLink}> {session.sessionId} </a> </td> | ||
| <td> {if (session.finishTimestamp > 0) "offline" else "online"} </td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why this is necessary? This same logic is applied to the "Finish Time" below. I don't think adding a column here is worthwhile.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but add this column, it is easy to observe and view. If you still do not recognize it, I will delete this column.Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be easier but it's still duplicate info, I don't think the extra column is needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have deleted extra columns.
|
This LGTM, but could you update the title, description, and screenshots to match the current code changes? |
|
I have updated the title, description, and screenshots to match the current code changes.@ajbozarth |
|
Thanks, but double check it, theres a few typos and the screenshots are still old |
|
@ajbozarth Okay.Thanks. |
|
Test build #3855 has finished for PR 18525 at commit
|
|
Merged to master |
## What changes were proposed in this pull request? Add count in fair scheduler pool page. The purpose is to know the statistics clearly. For specific reasons, please refer to PR of apache#18525 fix before:   fix after:   ## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) Please review http://spark.apache.org/contributing.html before opening a pull request. Author: guoxiaolong <guo.xiaolong1@zte.com.cn> Closes apache#19507 from guoxiaolongzte/add_count_in_fair_scheduler_pool_page.
What changes were proposed in this pull request?
1.add count about 'Session Statistics' and 'SQL Statistics' in 'JDBC/ODBC Server' page.The purpose is to know the statistics clearly.
fix before:

fix after:

How was this patch tested?
manual tests
Please review http://spark.apache.org/contributing.html before opening a pull request.