Re: How to prevent user drop table in Hive metadata?

2013-11-30 Thread Jov
you can hack the meta database,eg create a triger on the TBLS which do some check and return error when delete from this table jov 在 2013-11-23 上午3:36,"Echo Li" 写道: > Good Friday! > > I was trying to apply certain level of security in our hive data > warehouse, by modifying access mode of directo

Re: How to prevent user drop table in Hive metadata?

2013-11-30 Thread Sanjay Subramanian
Cloudera Sentry is awesome and I have implemented this in Cloudera manager 4.7.2 CDH 4.4.0. Thanks again to shreepadma for all answers to my questions on the CDH users group. I can provide guidance on Sentry configs if needed. Sent from my iPhone > On Nov 22, 2013, at 4:25 PM, Shreepadma Venug