[
https://issues.apache.org/jira/browse/HADOOP-6655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848756#action_12848756
]
Vinod K V commented on HADOOP-6655:
-----------------------------------
Kos, the ACL proposed in HADOOP-4348 actually used a space character as the
user-group list separator. The same AccessControlList is used for other
features like queue administration and I know of code throughout MapReduce that
hardcodes this same assumption for the lack of good API to deconstruct an ACL
or modify an already constructed ACL.
Are you proposing we change the character separator to a semi-coloon? Any
reason for this? Now?
> SLA related changes in hadoop-policy.xml have misleading property descriptions
> ------------------------------------------------------------------------------
>
> Key: HADOOP-6655
> URL: https://issues.apache.org/jira/browse/HADOOP-6655
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 0.20.2
> Reporter: Konstantin Boudnik
>
> In the patch introduced my HADOOP-4348 proposed modifications of
> {{hadoop-policy.xml}} read on more than one occasion:
> {noformat}
> + The ACL is a comma-separated list of user and group names. The user and
> + group list is separated by a blank. For e.g. "alice,bob users,wheel".
> {noformat}
> It is either should read "separated by a semicolon" or the given example has
> to be changed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.