[
https://issues.apache.org/jira/browse/MAPREDUCE-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13070315#comment-13070315
]
Mahadev konar commented on MAPREDUCE-2701:
------------------------------------------
Robert,
Wont it be simpler to just store the username in Job? Rather than the whole
UGI? What do you think? Storing the whole UGI is probably not required and also
doesnt sound like a good API.
Just something like:
{code}
String getUserName();
{code}
> MR-279: app/Job.java needs UGI for the user that launched it
> ------------------------------------------------------------
>
> Key: MAPREDUCE-2701
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2701
> Project: Hadoop Map/Reduce
> Issue Type: Improvement
> Components: mrv2
> Affects Versions: 0.23.0
> Reporter: Robert Joseph Evans
> Assignee: Robert Joseph Evans
> Fix For: 0.23.0
>
> Attachments: MR-2701-v1.patch, MR-2701-v2.patch, MR-2701-v2.patch
>
>
> ./mr-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/job/Job.java
> is missing some data that is needed by the Job History GUI. It needs the
> UGI for the user that launched it.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira