Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.15.1
-
None
-
None
Description
HADOOP-1298 and HADOOP-1701 add permissions and pluggable security for DFS files and DFS accesses. Same users permission should work for Map/Reduce jobs as well.
User persmission should propegate from client to map/reduce tasks and all the file operations should be subject to user permissions. This is transparent to the user (i.e. no changes to user code should be required).
Attachments
Attachments
Issue Links
- depends upon
-
HADOOP-1298 adding user info to file
- Closed
-
HADOOP-2229 Provide a simple login implementation
- Closed
-
HADOOP-2288 Change FileSystem API to support access control.
- Closed
- is related to
-
HADOOP-13612 FileSystem static mkdirs(FS, path, permissions) to invoke FS.mkdirs(path, permissions)
- Patch Available
- relates to
-
HADOOP-3081 The static method FileSystem.mkdirs() should use the correct permissions to create directory
- Closed