You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Olaf Flebbe (JIRA)" <ji...@apache.org> on 2016/01/29 09:31:39 UTC

[jira] [Commented] (HIVE-11175) create function using jar does not work with sql std authorization

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

Olaf Flebbe commented on HIVE-11175:
------------------------------------

Could someone please help me fixing the iTests ?  I worked for several days on it and it blew up on random other places. Other problem is that I desperatly  need a commandline not running for 20 or so minutes to get the output of the test in order to check.

> create function using jar does not work with sql std authorization
> ------------------------------------------------------------------
>
>                 Key: HIVE-11175
>                 URL: https://issues.apache.org/jira/browse/HIVE-11175
>             Project: Hive
>          Issue Type: Bug
>          Components: Authorization
>    Affects Versions: 1.2.0
>            Reporter: Olaf Flebbe
>            Assignee: Olaf Flebbe
>         Attachments: HIVE-11175.1.patch
>
>
> {code:sql}create function xxx as 'xxx' using jar 'file://foo.jar' {code} 
> gives error code for need of accessing a local foo.jar  resource with ADMIN privileges. Same for HDFS (DFS_URI) .
> problem is that the semantic analysis enforces the ADMIN privilege for write but the jar is clearly input not output. 
> Patch und Testcase appendend.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)