Brian Goerlitz created YARN-10879:
-------------------------------------
Summary: Incorrect WARN text in ACL check for application tag
based placement
Key: YARN-10879
URL: https://issues.apache.org/jira/browse/YARN-10879
Project: Hadoop YARN
Issue Type: Bug
Reporter: Brian Goerlitz
After YARN-10070 the queue permissions check for application tag based
placement is performed for the proxy user instead of the end user, but the
warning message for permissions failure indicates that the end user is missing
permissions.
{code:java}
LOG.warn("User '{}' from application tag does not have access to " +
" queue '{}'. " + "The placement is done for user '{}'",
userNameFromAppTag, queue, user);
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]