-
Notifications
You must be signed in to change notification settings - Fork 971
Closed
Labels
Description
Code of Conduct
- I agree to follow this project's Code of Conduct
Search before asking
- I have searched in the issues and found no similar issues.
Describe the feature
show session level runtime config for SparkSqlEngine.
Motivation
For now, a SparkSQLEngine can be shared by USER/POOL. In this case, each connection holds an isolated spark session instance. And each isolated spark session instance inherits its own runtime configs from the SparkSQLEngine.
we want to know the runtime configs of each SQL, especially when a SQL throws errors or has a bad performance.
if community agree with that, I will create a PR for this feature
Describe the solution
My proposal is that we add a runtime config page to Kyuubi Query Engine Session tab
Additional context
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
