Description
FsPermission:
221 /** Set the user file creation mask (umask) */ 222 public static void setUMask(Configuration conf, FsPermission umask) { 223 conf.setInt(UMASK_LABEL, umask.toShort()); 224 }
Needs to be updated to not use a decimal value. This is a bug introduced by HADOOP-6234.
Attachments
Attachments
Issue Links
- blocks
-
HADOOP-6234 Permission configuration files should use octal and symbolic
- Closed
- is depended upon by
-
HDFS-1099 Add test for umask backward compatibility
- Closed