[
https://issues.apache.org/jira/browse/TEZ-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14279589#comment-14279589
]
Hitesh Shah commented on TEZ-1879:
----------------------------------
Clarification:
With the change, there is now:
{code}
+ this.appMasterUgi = UserGroupInformation
+ .createRemoteUser(jobUserName);
{code}
Earlier, in local mode:
appMasterUgi = UserGroupInformation.getCurrentUser();
Will this create any issues in local mode?
> Create local UGI instances for each task and the AM, when running in LocalMode
> ------------------------------------------------------------------------------
>
> Key: TEZ-1879
> URL: https://issues.apache.org/jira/browse/TEZ-1879
> Project: Apache Tez
> Issue Type: Sub-task
> Reporter: Siddharth Seth
> Assignee: Siddharth Seth
> Attachments: TEZ-1879.1.txt, TEZ-1879.2.txt, TEZ-1879.3.txt
>
>
> Modifying the client UGI can cause issues when the client tries to submit
> another job - or has tokens already populated in the UGI.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)