Github user zsxwing commented on the issue:
https://github.com/apache/spark/pull/17540
@rdblue I just tested this PR and found that I could not see any SQL
metrics on Web UI. This is pretty important for many users to analyze their
queries.
What's your plan to fix it? As far as I understand, you want to show the
parameters of `write` actions, such as
`InsertIntoHadoopFsRelationCommand(file://..., Parquet, ...)`. However, that's
not the running `QueryExecution`. Right now we just put SQL metrics to the DAG
on UI. After your change, the DAG shown on UI is not the running
`QueryExecution`, and I don't know how to show SQL metrics on a wrong DAG. Is
it even possible to fix it in a follow up PR quickly?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]