Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
One user pinged me that inside the Mapper javadoc
83 * public void configure(JobConf job) { 84 * mapTaskId = job.get("mapred.task.id"); 85 * inputFile = job.get("mapred.input.file"); 86 * }
inputFile should be map.input.file and not mapred.input.file.