Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1-win
-
None
-
None
Description
This issue was originally discovered by ivanmi. Cite his words as follows.
Current by design behavior is for winutils to ACL the folders only for the user passed in thru chmod/chown. This causes some un-natural side effects in cases where Hadoop services run in the context of a non-admin user. For example, Administrators on the box will no longer be able to:
- delete files created in the context of Hadoop services (other users)
- check the size of the folder where HDFS blocks are stored
In my opinion, it is natural for some special accounts on Windows to be able to access all the folders, including Hadoop folders. This is similar to Linux in the way root users on Linux can always access any directories regardless the permissions set the those directories.
Attachments
Attachments
Issue Links
- is part of
-
HADOOP-8645 Stabilize branch-1-win
- Resolved