You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sentry.apache.org by Sravya Tirukkovalur <sr...@cloudera.com> on 2013/10/30 23:50:22 UTC

"ALTER TABLE db1.tb1 PARTITION LOCATION .. SET LOCATION" needs Server ALL

Hi all,

For this command:

"ALTER PARTITION LOCATION (dt = '21-Dec-2012') SET LOCATION '/some/path'"

I would expect user needs
- insert privileges on db1.tb1 and
- all privileges on uri to /some/path.

But it looks like ALL on server is required instead. I am trying to
understand why is the requirement so high?

Thanks!
-- 
Sravya Tirukkovalur