You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergio Peña (JIRA)" <ji...@apache.org> on 2017/08/28 17:46:00 UTC

[jira] [Updated] (HIVE-17048) Pass HiveOperation info to HiveSemanticAnalyzerHook through HiveSemanticAnalyzerHookContext

     [ https://issues.apache.org/jira/browse/HIVE-17048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergio Peña updated HIVE-17048:
-------------------------------
    Fix Version/s: 2.4.0
                   2.1.2
                   2.3.1
                   2.2.1

> Pass HiveOperation info to HiveSemanticAnalyzerHook through HiveSemanticAnalyzerHookContext
> -------------------------------------------------------------------------------------------
>
>                 Key: HIVE-17048
>                 URL: https://issues.apache.org/jira/browse/HIVE-17048
>             Project: Hive
>          Issue Type: Improvement
>          Components: Hooks
>    Affects Versions: 2.1.1
>            Reporter: Aihua Xu
>            Assignee: Aihua Xu
>             Fix For: 2.1.2, 3.0.0, 2.4.0, 2.2.1, 2.3.1
>
>         Attachments: HIVE-17048.1.patch, HIVE-17048.2.patch
>
>
> Currently hive passes the following info to HiveSemanticAnalyzerHook through HiveSemanticAnalyzerHookContext (see https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/Driver.java#L553). But the operation type (HiveOperation) is also needed in some cases, e.g., when integrating with Sentry. 
> {noformat}
>         hookCtx.setConf(conf);
>         hookCtx.setUserName(userName);
>         hookCtx.setIpAddress(SessionState.get().getUserIpAddress());
>         hookCtx.setCommand(command);
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)