Fwd: Collecting output not to file

2008-05-07 Thread Derek Shaw
= (TestOutputFormat) job.getOutputFormat (); // Always prints the empty string, not the populated results System.out.println (results: + results.getResults ()); return 0; } Derek Shaw [EMAIL PROTECTED] wrote: Date: Tue, 6 May 2008 23:26:30 -0400 (EDT) From: Derek

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