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

Hudson commented on HIVE-3747:
------------------------------

Integrated in Hive-trunk-h0.21 #1831 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1831/])
    HIVE-3747 Provide hive operation name for hookContext
(Shreepadma Venugopalan via namit) (Revision 1416377)

     Result = ABORTED
namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1416377
Files : 
* /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/hooks/HookContext.java

                
> Provide hive operation name for hookContext
> -------------------------------------------
>
>                 Key: HIVE-3747
>                 URL: https://issues.apache.org/jira/browse/HIVE-3747
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Sudhanshu Arora
>            Assignee: Shreepadma Venugopalan
>         Attachments: HIVE-3747.1.patch.txt
>
>
> The hookContext exposed through ExecuteWithHookContext, does not provide the 
> name of the Hive operation. 
> The following public API should be added in HookContext.
> public String getOperationName() {
>     return SessionState.get().getHiveOperation().name();
> }

--
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