[ https://issues.apache.org/jira/browse/HADOOP-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tsz Wo (Nicholas), SZE updated HADOOP-4587: ------------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) I just committed this. Thanks, Koji! > typo in javadoc for map.input.file > ---------------------------------- > > Key: HADOOP-4587 > URL: https://issues.apache.org/jira/browse/HADOOP-4587 > Project: Hadoop Core > Issue Type: Bug > Components: documentation, mapred > Reporter: Koji Noguchi > Assignee: Koji Noguchi > Priority: Trivial > Fix For: 0.20.0 > > Attachments: HADOOP-4587-1.patch > > > One user pinged me that inside the Mapper javadoc > {noformat} > 83 * public void configure(JobConf job) { > 84 * mapTaskId = job.get("mapred.task.id"); > 85 * inputFile = job.get("mapred.input.file"); > 86 * } > {noformat} > inputFile should be *map*.input.file and not *mapred*.input.file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.