Kinga Marton created YARN-10117:
-----------------------------------
Summary: FS-CS converter: adjust queue ACL to have the same output
with CS as for FS has
Key: YARN-10117
URL: https://issues.apache.org/jira/browse/YARN-10117
Project: Hadoop YARN
Issue Type: Sub-task
Reporter: Kinga Marton
Both FS and CS seems to check the ACL recursively: from the leaf via the
parent(s) to the root (inclusive). However there are some differences in
evaluating them, what cause to have different results with the two schedulers.
Some examples are the following ones:
||Tested scenario||FS output||CS output||
|Root - “ ”
C - *
C1 - *|Denied by root ACL|OK|
|Root - “ ”
C - “ ”
C1 - “ ”|Denied by root ACL|OK|
|Root - “ ”
C - *
C1 - “ ”|Denied by root ACL|OK|
|Root - “ ”
C - “ ”
C1 - *|Denied by root ACL|OK|
Note: I have set the same value for both submit application and administer
queue ACLs
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]