You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Anant Nag (JIRA)" <ji...@apache.org> on 2014/12/04 10:46:12 UTC

[jira] [Updated] (HIVE-9020) When dropping external tables, Hive should not verify whether user has access to the data.

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

Anant Nag updated HIVE-9020:
----------------------------
    Affects Version/s: 0.13.1
               Status: Patch Available  (was: Open)

Hive now doesn't verify whether the user has access to the data while dropping an external table. It also checks now whether the user is the owner of the table before dropping it. 

> When dropping external tables, Hive should not verify whether user has access to the data. 
> -------------------------------------------------------------------------------------------
>
>                 Key: HIVE-9020
>                 URL: https://issues.apache.org/jira/browse/HIVE-9020
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.13.1
>            Reporter: Anant Nag
>
> When dropping tables, hive verifies whether the user has access to the data on hdfs. It fails, if user doesn't have access. It makes sense for internal tables since the data has to be deleted when dropping internal tables but for external tables, Hive should not check for data access. 



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