[ 
https://issues.apache.org/jira/browse/HADOOP-15337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Eagles updated HADOOP-15337:
-------------------------------------
    Attachment: HADOOP-15337.001.patch

> RawLocalFileSystem file status permissions can avoid shelling out in some 
> cases
> -------------------------------------------------------------------------------
>
>                 Key: HADOOP-15337
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15337
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>            Priority: Major
>         Attachments: HADOOP-15337.001.patch
>
>
> While investigating YARN-8054, it was noticed that getting file permissions 
> for RawLocalFileSystem can fail by having too many files open. Upon 
> inspection this happens when getting permissions by launching a shell program 
> (ls -ld on linux) and parsing the results. With the introduction of java 7 
> posix file systems can accurately get file permissions without launching a 
> shell program.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to