You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2010/09/20 09:19:33 UTC

[jira] Created: (HADOOP-6962) FileSystem.mkdirs(Path, FSPermission) should use the permission for all of the created directories

FileSystem.mkdirs(Path, FSPermission) should use the permission for all of the created directories
--------------------------------------------------------------------------------------------------

                 Key: HADOOP-6962
                 URL: https://issues.apache.org/jira/browse/HADOOP-6962
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
            Reporter: Owen O'Malley


Currently, FileSystem.mkdirs only applies the permissions to the last level if it was created. It should be applied to *all* levels that are created.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.