I guess you could try to implement your own OutputFormat and RecordWriter. If that doesn't work, you could always write to HDFS directly using file system API.
________________________________ From: Kunsheng Chen <[email protected]> To: [email protected] Sent: Sunday, June 14, 2009 7:18:31 PM Subject: Could I output results into multiple files in hadoop ? Hi, everyone, Is there any way to output the results in Reduce to different files ? thanks in advance, -Kun
