Skip to content

[FEATURE] show session level runtime config for SparkSql engine #2484

@gabry-lab

Description

@gabry-lab

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

image

Additional context

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions