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 "samar (JIRA)" <ji...@apache.org> on 2013/05/09 08:31:18 UTC

[jira] [Created] (HADOOP-9554) Introduce a api to check if authorization is supported by the FS

samar created HADOOP-9554:
-----------------------------

             Summary: Introduce a api to check if authorization is supported by the FS
                 Key: HADOOP-9554
                 URL: https://issues.apache.org/jira/browse/HADOOP-9554
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: samar


Need a new api on the FileSystem like isAuthorizationSupoorted()  which would help us to identify if we need to check for authorization. Hence, if  isAuthorizationSupoorted() == true and then only would proceed with the ownership check. This is required because some FS like S3 does not support Authorization and returns owners as "" . Having this check will help us skip the owner check



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira