You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Oleksiy Sayankin (Jira)" <ji...@apache.org> on 2020/01/31 15:49:00 UTC

[jira] [Assigned] (HIVE-7089) StorageBasedAuthorizationProvider fails to allow non-admin users to create databases in writable directories

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

Oleksiy Sayankin reassigned HIVE-7089:
--------------------------------------

    Assignee: Oleksiy Sayankin

> StorageBasedAuthorizationProvider fails to allow non-admin users to create databases in writable directories
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-7089
>                 URL: https://issues.apache.org/jira/browse/HIVE-7089
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.13.0
>            Reporter: Craig Condit
>            Assignee: Oleksiy Sayankin
>            Priority: Major
>         Attachments: HIVE-7089.patch
>
>
> When attempting to create a database with a custom location and using
> hive.security.authorizationmanager=org.apache.hadoop.hive.ql.security.authorization.StorageBasedAuthorizationProvider, an AccessControlException is generated for the default warehouse location, not the location which was given in the create database command.
> {noformat}
> hive> create database test LOCATION '/user/ccondit/test';                                         
> Authorization failed:java.security.AccessControlException: action WRITE not permitted on path hdfs://example.com:8020/apps/hive/warehouse for user ccondit. Use SHOW GRANT to get more details.
> 14/05/19 09:50:59 ERROR ql.Driver: Authorization failed:java.security.AccessControlException: action WRITE not permitted on path hdfs://example.com:8020/apps/hive/warehouse for user ccondit. Use SHOW GRANT to get more details.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)