You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2015/06/30 04:33:04 UTC

[jira] [Commented] (HIVE-11145) Remove OFFLINE and NO_DROP from tables and partitions

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

Sergey Shelukhin commented on HIVE-11145:
-----------------------------------------

Is it better to just do it on master?

> Remove OFFLINE and NO_DROP from tables and partitions
> -----------------------------------------------------
>
>                 Key: HIVE-11145
>                 URL: https://issues.apache.org/jira/browse/HIVE-11145
>             Project: Hive
>          Issue Type: Improvement
>          Components: Metastore, SQL
>    Affects Versions: 2.0.0
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HIVE-11145.patch
>
>
> Currently a table or partition can be marked no_drop or offline.  This prevents users from dropping or reading (and dropping) the table or partition.  This was built in 0.7 before SQL standard authorization was an option. 
> This is an expensive feature as when a table is dropped every partition must be fetched and checked to make sure it can be dropped.
> This feature is also redundant now that real authorization is available in Hive.
> This feature should be removed.



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