Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1-win, 2.1.0-beta, 1.3.0, 3.0.0-alpha1
-
None
-
Reviewed
Description
The chown and chgrp commands enforce a check on a valid set of characters for user and group. The set of valid characters does not include space. On some platforms (notably Windows), the space character is acceptable. We've seen this cause test failures in TestFsShellReturnCode when running on Windows if the logged-in user is a member of a group like Remote Desktop Users.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-9778 Support configurable user name and group name validation patterns in chown and chgrp shell commands.
- Open
- relates to
-
HADOOP-9851 dfs -chown does not like "+" plus sign in user name
- Resolved