[
https://issues.apache.org/jira/browse/MAPREDUCE-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Iyappan Srinivasan updated MAPREDUCE-1677:
------------------------------------------
Attachment: TestDistributedCachePrivateFile.patch
This addresses a sceanrio, when the user who submits the job is different from
the user who started the jobtracker/tasktracker daemon. In that case the
directory and file permissions will differ.
> Test scenario for a distributed cache file behaviour when the file is private
> ------------------------------------------------------------------------------
>
> Key: MAPREDUCE-1677
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1677
> Project: Hadoop Map/Reduce
> Issue Type: Test
> Components: test
> Affects Versions: 0.22.0
> Reporter: Iyappan Srinivasan
> Assignee: Iyappan Srinivasan
> Attachments:
> TEST-org.apache.hadoop.mapred.TestDistributedCachePrivateFile.txt,
> TestDistributedCachePrivateFile.patch, TestDistributedCachePrivateFile.patch,
> TestDistributedCachePrivateFile.patch, TestDistributedCachePrivateFile.patch,
> TestDistributedCachePrivateFile.patch
>
>
> Verify the Distributed Cache functionality.
> This test scenario is for a distributed cache file behaviour when the file
> is private. Once a job uses a distributed
> cache file with private permissions that file is stored in the
> mapred.local.dir, under the directory which has the same name
> as job submitter's username. The directory has 700 permission and the file
> under it, should have 777 permissions.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.