Bryan Bende created NIFI-4311:
---------------------------------
Summary: PutHDFS not honoring umask property
Key: NIFI-4311
URL: https://issues.apache.org/jira/browse/NIFI-4311
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.3.0, 1.2.0
Reporter: Bryan Bende
Assignee: Bryan Bende
Priority: Minor
Typically the hdfs-site.xml has a default umask of 022, which is prohibits
write for group and other. So if you create a directory or file using the
hadoop command line client, you'll get something like this by default:
{code}
drwxr-xr-x - bbende hdfs /test/foo
{code}
Now if you used PutHDFS and set the umask to 002, you would expect to prohibit
write only for other and get rwxrwxr-x but you still get the same permissions
as above from the default umask.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)