Re: hdfs : Change supergroup

2016-02-12 Thread Francis Dupin
Thank you. I think my problem was here : When a file or directory is created, its owner is the user identity of the client process, and its group is the group of the parent directory (the BSD rule). Le 09/02/2016 04:26, Harsh J a écrit : Changing the supergroup configuration would not affe

Re: hdfs : Change supergroup

2016-02-08 Thread Harsh J
Changing the supergroup configuration would not affect the existing group maintained on the file inodes (its persisted since the beginning, not pulled dynamically from config at every restart). You will need to manually fs -chgrp those. On Mon, Feb 8, 2016 at 10:15 PM Francis Dupin wrote: > Dear