How do I read the "map.input.file" parameter in the mapper class in hadoop
0.20. In earlier versions, this would work:
public void configure(JobConf conf) {
filename = conf.get("map.input.file");
}
What about 0.20?
Amandeep
Amandeep Khurana
Computer Science Graduate Student
University of California, Santa Cruz