Sandy Ryza created YARN-288:
-------------------------------

             Summary: Fair scheduler queue doesn't accept any jobs when ACLs 
are configured.
                 Key: YARN-288
                 URL: https://issues.apache.org/jira/browse/YARN-288
             Project: Hadoop YARN
          Issue Type: Bug
          Components: resourcemanager, scheduler
    Affects Versions: 2.0.2-alpha
            Reporter: Sandy Ryza
            Assignee: Sandy Ryza
             Fix For: 2.0.3-alpha


If a queue is configured with an ACL for who can submit jobs, no jobs are 
allowed, even if a user on the list tries.

This is caused by using the scheduler thinking the user is "yarn", because it 
calls UserGroupInformation.getCurrentUser() instead of 
UserGroupInformation.createRemoteUser() with the given user name.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to