-
Notifications
You must be signed in to change notification settings - Fork 931
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
[KYUUBI #5894] Separate closed and online sessions/statements in the SparkUI's engine tab #5946
Conversation
…in the SparkUI's engine tab
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #5946 +/- ##
============================================
- Coverage 61.16% 61.08% -0.09%
Complexity 23 23
============================================
Files 621 622 +1
Lines 36864 37036 +172
Branches 5014 5023 +9
============================================
+ Hits 22547 22622 +75
- Misses 11878 11975 +97
Partials 2439 2439 ☔ View full report in Codecov by Sentry. |
The idea and UI LGTM (haven't gone through the code), there are compiling errors on Scala 2.13, could you please fix it? |
I will fix it soon. |
data, | ||
"kyuubi", | ||
UIUtils.prependBaseUri(request, parent.basePath), | ||
s"${sessionTage}-table").table(sessionPage) |
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.
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/ui/EnginePage.scala
Outdated
Show resolved
Hide resolved
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.
LGTM, except for the span id assignment
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/ui/EnginePage.scala
Outdated
Show resolved
Hide resolved
Merged to master |
…n the SparkUI's engine tab Separate closed and online sessions[statements] in the SparkUI's engine tab # 🔍 Description ## Issue References 🔗 This pull request fixes apache#5894 ## Describe Your Solution 🔧 Separate closed and online sessions[statements] in the SparkUI's engine tab ![image](https://github.com/apache/kyuubi/assets/25627922/b39f9215-f629-4c5d-ac3d-9d7c4a8ebff0) ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests unit test will add soon. --- # Checklist 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes apache#5946 from Kwafoor/kyuubi_5894. Closes apache#5894 ade3fc1 [wangjunbo] fix d71a61a [wangjunbo] rename span id 0b600f5 [wangjunbo] rename span id f56ca7e [wangjunbo] fix code 79b8e33 [wangjunbo] delete test code cd3ecac [wangjunbo] fix CI test, fix html document id duplicate 3a0e370 [wangjunbo] [KYUUBI apache#5894] fix scalastyle check 83c7b15 [wangjunbo] [KYUUBI apache#5894] Separate closed and online sessions[statements] in the SparkUI's engine tab Authored-by: wangjunbo <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
…n the SparkUI's engine tab Separate closed and online sessions[statements] in the SparkUI's engine tab # 🔍 Description ## Issue References 🔗 This pull request fixes apache#5894 ## Describe Your Solution 🔧 Separate closed and online sessions[statements] in the SparkUI's engine tab ![image](https://github.com/apache/kyuubi/assets/25627922/b39f9215-f629-4c5d-ac3d-9d7c4a8ebff0) ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests unit test will add soon. --- # Checklist 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes apache#5946 from Kwafoor/kyuubi_5894. Closes apache#5894 ade3fc1 [wangjunbo] fix d71a61a [wangjunbo] rename span id 0b600f5 [wangjunbo] rename span id f56ca7e [wangjunbo] fix code 79b8e33 [wangjunbo] delete test code cd3ecac [wangjunbo] fix CI test, fix html document id duplicate 3a0e370 [wangjunbo] [KYUUBI apache#5894] fix scalastyle check 83c7b15 [wangjunbo] [KYUUBI apache#5894] Separate closed and online sessions[statements] in the SparkUI's engine tab Authored-by: wangjunbo <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
Separate closed and online sessions[statements] in the SparkUI's engine tab
🔍 Description
Issue References 🔗
This pull request fixes #5894
Describe Your Solution 🔧
Separate closed and online sessions[statements] in the SparkUI's engine tab
Types of changes 🔖
Test Plan 🧪
Behavior Without This Pull Request ⚰️
Behavior With This Pull Request 🎉
Related Unit Tests
unit test will add soon.
Checklist 📝
Be nice. Be informative.