Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
-
Reviewed
Description
Part of HDFS-5608 added support for GET/SET ACLs over WebHDFS. This currently identifies the passed arguments via a hard-coded regex that mandates certain group and user naming styles.
A similar limitation had existed before for CHOWN and other User/Group set related operations of WebHDFS, where it was then made configurable via HDFS-11391 + HDFS-4983.
Such configurability should be allowed for the ACL operations too.
Attachments
Attachments
Issue Links
- is duplicated by
-
HDFS-11876 Make WebHDFS' ACLs RegEx configurable Testing
- Resolved
- is related to
-
HDFS-11391 Numeric usernames do no work with WebHDFS FS (write access)
- Resolved
-
HDFS-13996 Make HttpFS' ACLs RegEx configurable
- Resolved
- requires
-
HDFS-5608 WebHDFS: implement ACL APIs.
- Resolved
- links to