[
https://issues.apache.org/jira/browse/HADOOP-4491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735980#action_12735980
]
Vinod K V commented on HADOOP-4491:
-----------------------------------
Going forward with the latest proposal.
Salient points:
- Same directory structure as what is in the trunk.
- Actions taken up the linux-taskcontroller:
-- initializeJob
--- sudo chown user:mapred -R taskTracker/jobcache/$jobid
--- sudo chmod 570 -R taskTracker/jobcache/$jobid
-- initializeTask
--- sudo chown user:mapred -R taskTracker/jobcache/$jobid/$attemptid/
--- sudo chmod 770 -R taskTracker/jobcache/$jobid/$attemptid/
--- sudo chmod +s taskTracker/jobcache/$jobid/$attemptid
---
--- sudo chown user:mapred log-dir/userlogs/$attemptid
--- sudo chmod 770 log-dir/userlogs/$attemptid
--- sudo chmod +s log-dir/userlogs/$attemptid
child umask 0007
> Per-job local data on the TaskTracker node should have right access-control
> ---------------------------------------------------------------------------
>
> Key: HADOOP-4491
> URL: https://issues.apache.org/jira/browse/HADOOP-4491
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: security
> Reporter: Arun C Murthy
> Assignee: Vinod K V
> Attachments: HADOOP-4491-20090623-common.1.txt,
> HADOOP-4491-20090623-mapred.1.txt, HADOOP-4491-20090703-common.1.txt,
> HADOOP-4491-20090703-common.txt, HADOOP-4491-20090703.1.txt,
> HADOOP-4491-20090703.txt, HADOOP-4491-20090707-common.txt,
> HADOOP-4491-20090707.txt, HADOOP-4491-20090716-mapred.txt
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.