[ https://issues.apache.org/jira/browse/IMPALA-13074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dániel Gábor Vankó resolved IMPALA-13074. ----------------------------------------- Fix Version/s: Impala 5.0.0 Resolution: Fixed > WRITE TO HDFS node is omitted from Web UI graphic plan > ------------------------------------------------------ > > Key: IMPALA-13074 > URL: https://issues.apache.org/jira/browse/IMPALA-13074 > Project: IMPALA > Issue Type: Bug > Reporter: Noémi Pap-Takács > Assignee: Dániel Gábor Vankó > Priority: Major > Labels: ramp-up > Fix For: Impala 5.0.0 > > > The query plan shows the nodes that take part in the execution, forming a > tree structure. > It can be displayed in the CLI by issuing the EXPLAIN <query> command. When > the actual query is executed, the plan tree can also be viewed in the Impala > Web UI in a graphic form. > However, the explain string and the graphic plan tree does not match: the top > node is missing from the Web UI. > This is especially confusing in case of DDL and DML statements, where the > Data Sink is not displayed. This makes a SELECT * FROM table > indistinguishable from a CREATE TABLE AS SELECT, since both only displays the > SCAN node and omit the WRITE_TO_HDFS and SELECT node. > It would make sense to include the WRITE_TO_HDFS node in DML/DDL plans. -- This message was sent by Atlassian Jira (v8.20.10#820010)