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
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
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',