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