[ https://issues.apache.org/jira/browse/YARN-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14196717#comment-14196717 ]
Zhijie Shen commented on YARN-2767: ----------------------------------- Sorry for not raising it early, but just notice a nit. It is using another class name as the dir, which may have problem if the two test cases rum simultaneously, it may have some conflicts. {code} + private static final File testRootDir = new File("target", + TestRMWebServicesDelegationTokenAuthentication.class.getName() + "-root"); {code} > RM web services - add test case to ensure the http static user cannot kill or > submit apps in secure mode > -------------------------------------------------------------------------------------------------------- > > Key: YARN-2767 > URL: https://issues.apache.org/jira/browse/YARN-2767 > Project: Hadoop YARN > Issue Type: Test > Components: resourcemanager > Reporter: Varun Vasudev > Assignee: Varun Vasudev > Attachments: apache-yarn-2767.0.patch, apache-yarn-2767.1.patch, > apache-yarn-2767.2.patch > > > We should add a test to ensure that the http static user used to access the > RM web interface can't submit or kill apps if the cluster is running in > secure mode. -- This message was sent by Atlassian JIRA (v6.3.4#6332)