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

Ajay Kumar updated HDDS-880:
----------------------------
    Description: Create api for ACL handling in Ozone,  (was: The valid uri 
pattern for an Ozone fs uri should be 
{{o3fs://<hostname>:<port>/<volume>/<bucket>}}.

But OzoneFileSystem accepts uri's of the form {{o3fs://<bucket>.<volume>}} only.
{code:java}
# In OzoneFileSyste.java
private static final Pattern URL_SCHEMA_PATTERN =
    Pattern.compile("(.+)\\.([^\\.]+)");
if (!matcher.matches()) {
  throw new IllegalArgumentException("Ozone file system url should be "
      + "in the form o3fs://bucket.volume");
}{code}
)

> Create api for ACL handling in Ozone
> ------------------------------------
>
>                 Key: HDDS-880
>                 URL: https://issues.apache.org/jira/browse/HDDS-880
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Ajay Kumar
>            Assignee: Anu Engineer
>            Priority: Blocker
>              Labels: alpha2
>
> Create api for ACL handling in Ozone,



--
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