You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by kumar r <ku...@gmail.com> on 2016/08/12 08:40:40 UTC

Hive Admin cannot revoke permission granted by other user

Hi,


Hive-2.0.1 configured in secure hadoop cluster. Hive ACL enabled.

User Kumar is Hive admin and Babu is normal user.

   1. User Kumar granted permission to user Babu with grant option

grant all on sample to user Babu with grant option

   1. User Babu granted permission to user Rajesh

grant all on sample to user Rajesh

   1. Cannot revoke permission from Rajesh by hive admin Kumar

revoke all on sample from Rajesh

Is this hive behavior or do i missed anything?


Thanks,

Kumar