Daniel Templeton created YARN-5573:
--------------------------------------
Summary: TestAppManager appears to test bad properties
Key: YARN-5573
URL: https://issues.apache.org/jira/browse/YARN-5573
Project: Hadoop YARN
Issue Type: Bug
Affects Versions: 2.8.0
Reporter: Daniel Templeton
In the {{testQueueSubmitWithNoPermission()}} method, the following lines appear
to set properties that do not appear anywhere else in the code base:
{code}
conf.set("yarn.scheduler.capacity.root.acl_submit_applications", " ");
conf.set("yarn.scheduler.capacity.root.acl_administer_queue", " ");
conf.set("yarn.scheduler.capacity.root.default.acl_submit_applications",
" ");
conf.set("yarn.scheduler.capacity.root.default.acl_administer_queue", " ");
{code}
I was unable to find an "acl_submit_applications" or "acl_administer_queue"
anywhere else. I don't know the capacity scheduler code, though, so I could
just be wrong.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]