Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

hue beexwax privilege(hive security)

avatar
Contributor

Is there a way to forbidden the user drop hive table,

If do not want the user have DDL privilege ,how to do that?

1 ACCEPTED SOLUTION

avatar
Super Guru
4 REPLIES 4

avatar
Super Guru

avatar
Contributor

avatar
Super Guru
The correct (but more complicated way) would be to use Sentry:
http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH4/4.5.0/CDH4-Security-Guide/cdh4sg...

The other alternative is to remove the metastore DDL permissions in the
groups of your users: https://www.dropbox.com/s/nbv0wwpybwlsm67/hue-ddl.png,
but this will not secure the SQL like DROP table

Romain

avatar
Contributor

Thank you very much.

It works with sentry.