[ 
https://issues.apache.org/jira/browse/MAPREDUCE-856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vinod K V updated MAPREDUCE-856:
--------------------------------

    Release Note: 
Fixed TaskTracker and related classes so as to set correct and most restrictive 
access control for DistributedCache files/archives.
 - To do this, it changed the directory structure of per-job local files on a 
TaskTracker to the following:
$mapred.local.dir
   `-- taskTracker
        `-- $user
               |- distcache
               `-- jobcache
 - Distributed cache files/archives are now user-owned by the job-owner and the 
group-owned by the special group-owner of the task-controller binary. The 
files/archives are set most private permissions possible, and as soon as 
possible, immediately after the files/dirs are first localized on the TT.
 - As depicted by the new directory structure, a directory corresponding to 
each user is created on each TT when that particular user's first task are 
assigned to the corresponding TT. These user directories remain on the TT 
forever are not cleaned when unused, which is targeted to be fixed via 
MAPREDUCE-1019.
 - The distributed cache files are now accessible _only_ by the user who first 
localized them. Sharing of these files across users is no longer possible, but 
is targeted for future versions via MAPREDUCE-744.

> Localized files from DistributedCache should have right access-control
> ----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-856
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-856
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: tasktracker
>            Reporter: Arun C Murthy
>            Assignee: Vinod K V
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-856-20090820.txt, MAPREDUCE-856-20090821.txt, 
> MAPREDUCE-856-20090825.3.txt, MAPREDUCE-856-20090827.txt, 
> MAPREDUCE-856-20090903.txt, MAPREDUCE-856-20090904.1.txt, 
> MAPREDUCE-856-20090904.txt, MAPREDUCE-856-20090907.1.txt, 
> MAPREDUCE-856-20090907.txt, MAPREDUCE-856-20090908.txt
>
>


-- 
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