You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Riza Suminto (Jira)" <ji...@apache.org> on 2021/02/17 18:53:00 UTC

[jira] [Created] (IMPALA-10509) Add tool to visualize Impala query plan from text profile

Riza Suminto created IMPALA-10509:
-------------------------------------

             Summary: Add tool to visualize Impala query plan from text profile
                 Key: IMPALA-10509
                 URL: https://issues.apache.org/jira/browse/IMPALA-10509
             Project: IMPALA
          Issue Type: Improvement
          Components: Infrastructure
    Affects Versions: Impala 3.4.0
            Reporter: Riza Suminto
            Assignee: Riza Suminto


Impala query plan can be huge and complex.
It becomes hard to analyze this complex query plan, its execution summary, and the runtime filter interactions from the query profile.
We need tool to help visualize this query plan from plain text query profile.

One solution is to write a python script to parse the text profile into a GraphViz DOT format.
This DOT file can then be parsed into image using dot program or immediately visualize using program such as ZGRViewer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)