[ https://issues.apache.org/jira/browse/HADOOP-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Doug Cutting updated HADOOP-2528: --------------------------------- Attachment: HADOOP-2528-1.patch Here's an updated version of the patch. I previously assumed that one could, e.g., read a file you own with --------rwx permissions, but in fact you can't. If you're the owner, then only the owner permissions are examined. I've updated the generic checker here to reflect that. I learn something new every day! > check permissions for job inputs and outputs > -------------------------------------------- > > Key: HADOOP-2528 > URL: https://issues.apache.org/jira/browse/HADOOP-2528 > Project: Hadoop > Issue Type: Improvement > Components: mapred > Reporter: Doug Cutting > Fix For: 0.16.0 > > Attachments: HADOOP-2528-0.patch, HADOOP-2528-1.patch > > > On job submission, filesystem permissions should be checked to ensure that > the input directory is readable and that the output directory is writable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.