You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Erik Test <er...@gmail.com> on 2010/08/18 21:40:51 UTC

Multiple map-reduce iterations

Hello,

I would like to make multiple map-reduce iterations on a job but I'm not
sure how to do this. Would it be possible to run a configured job and then
reconfigure the input path to the previous output path so I could run the
same job with new input?

I'm new to Hadoop so this looks like a possible option to me but is there a
better way to do this?

Thanks in advance

Erik