How to check query level statistics #5137
wesleygoi-liftoff
started this conversation in
General
Replies: 2 comments 4 replies
-
There is a |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi @yaooqinn , if we have a successful query and we want to look back into the details eg. task duration GC usage. where can this persisted? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
would like to have access to spark application UI to explore statistics similar as those describe in the docs are operation logs
https://kyuubi.readthedocs.io/en/master/monitor/logging.html?highlight=deploy%20mode#operation-logs
In the docs it shows this kind of logging
However when i tail the k8s kyuubi server pod it only shows the following:
how do i get show the application UI to show?
application web UI: http://10.242.189.214:50250
i've open up port 4040 for the spark UI but i cannot find anything related to the query
is this because I didnt specify
spark.submit.deployMode=cluster
?Beta Was this translation helpful? Give feedback.
All reactions