Dear All, I am using Hadoop 0.20.0. I have an application that needs to run map-reduce functions iteratively. Right now, the way I am doing this is new a Job for each pass of the map-reduce. That seems cost a lot. Is there any way to run map-reduce functions iteratively in one Job?
Thanks a lot for your time! Boyu Zhang(Emma)
