hadoop write file in map function and read in reduce function (0.18.3 version)
As from the title it would be clear, I would like to write a file in map function and read in reduce function.My output was overwritten -in every execution of map.So I went ahead and give the file name with task id.I wanted to the read the file in Reduce class ie. either in configure () or reduce()AnkitSee More