Bilwa S T created YARN-10310:
--------------------------------
Summary: YARN Service - User is able to launch a service with same
name
Key: YARN-10310
URL: https://issues.apache.org/jira/browse/YARN-10310
Project: Hadoop YARN
Issue Type: Bug
Reporter: Bilwa S T
Assignee: Bilwa S T
As ServiceClient uses UserGroupInformation.getCurrentUser().getUserName() to
get user whereas ClientRMService#submitApplication uses
UserGroupInformation.getCurrentUser().getShortUserName() to set application
username.
In case of user with name hdfs/[email protected]. below condition fails
ClientRMService#getApplications()
{code:java}
if (users != null && !users.isEmpty() &&
!users.contains(application.getUser())) {
continue;
}
{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]