Hi, Any thoughts on this issue ? Thank you. Daniel
On Wed, Jan 20, 2016 at 12:28 PM, Daniel Haviv < daniel.ha...@veracity-group.com> wrote: > Hi, > We have a table in which the files are created by different users (under > the same group). > When a user inserts into the table it will finish successfully but after > moving the files the user will receive the following error(s): > chmod: changing permissions of '/datadir/000056_0': Permission denied. > user=danielh is not the owner of inode=000056_0 > > and that's because hive is trying to chmod file that the specific user did > not create. > > Is there a way to prevent this behavior ? > > Thank you. > Daniel >