[ 
https://issues.apache.org/jira/browse/HIVE-4812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704227#comment-13704227
 ] 

Hudson commented on HIVE-4812:
------------------------------

Integrated in Hive-trunk-hadoop2 #280 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/280/])
    HIVE-4812 : Logical explain plan (Gunther Hagleitner V via Navis) (Revision 
1501036)

     Result = ABORTED
navis : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1501036
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/Context.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/ExplainTask.java
* 
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/ExplainSemanticAnalyzer.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/HiveLexer.g
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/HiveParser.g
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/IdentifiersParser.g
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/plan/ExplainWork.java
* /hive/trunk/ql/src/test/queries/clientpositive/explain_logical.q
* /hive/trunk/ql/src/test/results/clientpositive/explain_logical.q.out

                
> Logical explain plan
> --------------------
>
>                 Key: HIVE-4812
>                 URL: https://issues.apache.org/jira/browse/HIVE-4812
>             Project: Hive
>          Issue Type: Bug
>          Components: Diagnosability
>            Reporter: Gunther Hagleitner
>            Assignee: Gunther Hagleitner
>             Fix For: 0.12.0
>
>         Attachments: HIVE-4812.1.patch, HIVE-4812.2.patch, HIVE-4812.3.patch
>
>
> In various situations it would have been useful to me to glance at the 
> operator plan before we break it into tasks and apply join, total order sort, 
> etc optimizations.
> I've added this as an options to explain. "Explain logical <QUERY>" will 
> output the full operator tree (not the stage plans, tasks, AST etc).
> Again, I don't think this has to even be documented for users, but might be 
> useful to developers. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to