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

Csaba Miklos updated HADOOP-7739:
---------------------------------

    Attachment: HADOOP-7739.patch

FileUtil.java :
- removed InterruptedException from chmod functions.
- setPermission function added from branch-0.20-security-205, and some required 
private function.

SecureIOUtils.java :
- Add a openForRead function without group parameter (backward compatibility 
with branch-0.20x)

TestSecureIOUtils.java :
- Add a new function to test openForRead without group.
                
> Reconcile FileUtil and SecureIOUtils APIs between 20x and trunk
> ---------------------------------------------------------------
>
>                 Key: HADOOP-7739
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7739
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Csaba Miklos
>         Attachments: HADOOP-7739.patch
>
>
> The 0.20.20x has introduced various public APIs to these classes which aren't 
> in trunk. For example, FileUtil.setPermission exists in 20x but not trunk. If 
> people start to depend on these public APIs, they will break when they 
> upgrade.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to