In order to repeat the same map/reduce task multiple times, where should I put the loop? I know it should be in the main program, what I don’t know is whether it should be around runJob or elsewhere?
In order to repeat the same map/reduce task multiple times, where should I put
Share
Here is a great example to do what you’re trying to do, extracted from Thomas Jungblut’s awesome blog which I had seen some time ago: