Re: Collecting output not to file

2008-05-07 Thread Amar Kamat
Derek Shaw wrote: Hey, From the examples that I have seen thus far, all of the results from the reduce function are being written to a file. Instead of writing results to a file, I want to store them What do you mean by store and inspect? and inspect them after the job is completed. (I

Fwd: Collecting output not to file

2008-05-07 Thread Derek Shaw
Shaw [EMAIL PROTECTED] Subject: Collecting output not to file To: core-user@hadoop.apache.org Hey, From the examples that I have seen thus far, all of the results from the reduce function are being written to a file. Instead of writing results to a file, I want to store them and inspect them after

Collecting output not to file

2008-05-06 Thread Derek Shaw
Hey, From the examples that I have seen thus far, all of the results from the reduce function are being written to a file. Instead of writing results to a file, I want to store them and inspect them after the job is completed. (I think that I need to implement my own OutputCollector, but I