Re: Securing Hive inserts

2016-04-15 Thread Colm O hEigeartaigh
Yup, here it is: https://issues.apache.org/jira/browse/RANGER-930 Colm. On Fri, Apr 15, 2016 at 3:35 PM, Selvamohan Neethiraj wrote: > Thanks Colm. I also verified that the issue exists. This may be a due to > the way Hive is handling access verification for temporary tables. > I will some mor

Re: Securing Hive inserts

2016-04-15 Thread Selvamohan Neethiraj
Thanks Colm. I also verified that the issue exists. This may be a due to the way Hive is handling access verification for temporary tables. I will some more digging to find the right solution for this … In the meanwhile, can you please open a RANGER bug to identify/fix this issue? Thanks, Selva

Re: Securing Hive inserts

2016-04-15 Thread Colm O hEigeartaigh
Hi Balaji, I have a trivial table containing the output of the canonical "WordCount" program on a text file. The table just contains two columns, one containing the word and the other the count. The following query fails with the error message above: insert into words (word, count) values ('xyz',