[
https://issues.apache.org/jira/browse/HADOOP-4491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734078#action_12734078
]
Vinod K V commented on HADOOP-4491:
-----------------------------------
I had some offline discussions with Hemanth/Owen/Arun. Those discussions
resulted in a change of proposal for this JIRA.
The TaskTracker's directory structure will be like the following:
{noformat}
$ttroot
|
|- distcache
|
|- users
| |
| '-- $jobid
| |
| |- jars
| | '-- job.jar
| |- work
| |
| `-- $attemptid
| |- job.xml
| |- taskjvm.sh
| |- work
| | '-- tmp
| `-- output
|
'-- system
|
`-- $jobid
|
|- job.xml
|
|- userfiles
| |- jars
| | '-- job.jar
| '-- work
|
|- $attemptid
| |- job.xml
| |- taskjvm.sh
| '-- work
| '-- tmp
|
'-- outputs
`-- $attemptid
{noformat}
> 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.