I've faced the same problem, and I just wrote a loop to do iterative MapReduce manually.
Xiance On Mon, Dec 8, 2008 at 2:25 PM, Delip Rao <[EMAIL PROTECTED]> wrote: > Hi, > > I need to run my map-reduce routines for several iterations so that > the output of an iteration becomes the input to the next iteration. Is > there a standard pattern to do this instead of calling > JobClient.runJob() in a loop? > > Thanks, > Delip >
