Vladimir Tselm created HIVE-15890:
-------------------------------------

             Summary: hive permission problem
                 Key: HIVE-15890
                 URL: https://issues.apache.org/jira/browse/HIVE-15890
             Project: Hive
          Issue Type: Bug
          Components: HiveServer2
    Affects Versions: 2.1.1
            Reporter: Vladimir Tselm


i hive with ldap Authentication. 
User hadoop created database "greenh" and table "test"
user hadoop_ro didnt have permission to drop this table
i check it: 

EXPLAIN  AUTHORIZATION  drop table test;

 Permission denied: Principal [name=hadoop_ro, type=USER] does not have 
following privileges for operation DROPTABLE [[OBJECT OWNERSHIP] on Object 
[type=TABLE_OR_VIEW, name=greenh.test]]  |

but user hadoop can drop this table:
drop table test; !!!
Help me please, is it bug or my error on configuration?




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to