Re: Permissions when creating a file

2011-10-10 Thread Harsh J
Frank, HDFS does not have the concept of the executable permissions (+x) in it for files. 750 is effectively 640 on HDFS, and that is exactly what you're getting there. On Mon, Oct 10, 2011 at 11:11 PM, Frank Astier wrote: > Hi - > > I’m stumped on the following problem: I’m creating a FSDataOut

Permissions when creating a file

2011-10-10 Thread Frank Astier
Hi - I’m stumped on the following problem: I’m creating a FSDataOutputStream with some permissions, write to it, close it, and low and behold the permissions don’t seem to be what I set!! Here is the whole program and its output: Configuration xconf = new Configuration();