[ 
https://issues.apache.org/jira/browse/MAPREDUCE-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748815#action_12748815
 ] 

Karam Singh commented on MAPREDUCE-887:
---------------------------------------

It seems the issue observed is timing. As cleanup directories and very quickly. 
So seems because ls -lR command was launched ownership might changed. Checked 
with commenting out code of cleanup files found permissions are set correctly 
making issue as resloved invalid

> After 4491, task cleaup directory some gets created under the 
> ownershiptasktracker user instread job submitting.
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-887
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-887
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.21.0
>            Reporter: Karam Singh
>
> Some time, when task is killed, task cleanup directory is created under the 
> ownership tasktracker launching user instead job submitting user.
> dr-xrws--- karams   hadoop  ]  job_200908170914_0020
>              |-- [drwxr-sr-x mapred   hadoop  ]  
> attempt_200908170914_0020_m_000002_0.cleanup
>              `-- [drwxrws--- karams   hadoop  ]  
> attempt_200908170914_0020_m_000012_0
> Here karams is user who submitted job and mapred is the use who launched TT. 
> taskattrempt.cleanup created with mapred  user not with karams user.
> This issue is intermittent, not always reproducible. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to