I am working on pdf document clustering over hadoop so I am learning mapreduce by reading some examples on internet.In wordcount examples have lines
job.get("map.input.file")
job.getboolean()
What is function of these functions?what is exactly map.input.file where is it to set? or is it just a name given to input folder? Please post answer if anyone know.
For code see the following link wordcount 2.0 example=http://hadoop.apache.org/docs/r1.0.4/mapred_tutorial.html