[
https://issues.apache.org/jira/browse/MAPREDUCE-856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinod K V updated MAPREDUCE-856:
--------------------------------
Attachment: MAPREDUCE-856-20090908.txt
Attaching patch that fixes the test-cases failures. I couldn't pin point the
exact reason for the place of error but it may be that multiple TTs run in
threads in the same JVM in tests, and the data structure 'localizedUsers' is
static; so initialization of user is happening in only the first TT and not in
the others. The tests failed without the changes in this patch on my local
machine too and passed with the patch.
Also, cleaned up tests to prevent other potential problems.
> 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.