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
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.