apache / kyuubi

Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.
https://kyuubi.apache.org/
Apache License 2.0
2.11k stars 915 forks source link

[FEATURE] HiveStatement.getQueryLog return spark stage progress information #6788

Closed melin closed 3 weeks ago

melin commented 3 weeks ago

Code of Conduct

Search before asking

Describe the feature

HiveStatement.getQueryLog return spark stage progress information

ref: https://github.com/apache/hive/blob/branch-3.1/ql/src/java/org/apache/hadoop/hive/ql/exec/spark/status/impl/RemoteSparkJobStatus.java

image

Motivation

No response

Describe the solution

No response

Additional context

No response

Are you willing to submit PR?

pan3793 commented 3 weeks ago

we have already provided aggregated stage status https://github.com/apache/kyuubi/pull/2529

pan3793 commented 3 weeks ago

close because it has no valuable motivation