You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Shushant Arora <sh...@gmail.com> on 2014/09/29 20:49:18 UTC

problems while writing in partitioned table using oozie

Hi

While writing in a partitioned hive table using oozie , at end of job I am
getting copy file exception.
Oozie is creating job with mapred user not by user who submitted the job,
and table is created using another user.

Does providing 777 access on table directory solves the problem? Or is
there any way to tell oozie to fire job with submitted user and not by
mapred in unkerberosed installation setup.

Will there be any side effect like queries show partitions and all if I
give 777 on table directory, I have seen sometimes sub directory(for
partitions) got created by mapred user but no files get copied in table
directory and show partitions gives no result.

Thanks
Shushant