[
https://issues.apache.org/jira/browse/HADOOP-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Koji Noguchi updated HADOOP-4587:
---------------------------------
Status: Patch Available (was: Open)
Trivial patch. No test since it only changes the comment.
> 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
> 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.