On 8/20/07, Eric Zhang <[EMAIL PROTECTED]> wrote: > Hi, > I have a hadoop application where each run of the map could potentially > generate large amount of key value pairs, so it caused the run of memory > error. I am wondering if there is a way to inform hadoop to write the key > value pairs to disk periodically?
The output collector objects should be doing this already, right? -- Toby DiPasquale
