Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Similar to HDFS-10481, NFS gateway and httpfs are independent processes that accept client connections.
NFS Gateway currently solves file permission/ownership problem by running as HDFS super user, and then call setOwner() to change file owner.
This is not desirable.
- it adds additional RPC load to NameNode.
- this does not support at-rest encryption, because by design, HDFS super user cannot access KMS.
This is yet another problem around KMS ACL. xiaochen rushabh.shah thoughts?
Attachments
Issue Links
- relates to
-
HDFS-10481 HTTPFS server should correctly impersonate as end user to open file
- Resolved