RE: Changing output file format and name

2009-05-06 Thread Devika Lakshmanan
ahoo-inc.com] Sent: Monday, May 04, 2009 12:21 PM To: core-user@hadoop.apache.org Subject: Re: Changing output file format and name See MultipleOutputFormat.You may require to implement your custom OutputFormat. - Sharad On 5/4/09 12:03 PM, "Devika Lakshmanan" wrote: > Hello, >

Changing output file format and name

2009-05-03 Thread Devika Lakshmanan
Hello, We are creating an application on Cascading over Hadoop. We have this basic doubt. Is there anyway by which we can get the final output file with the desired name rather than in partitions like part-0, part-1 and so on? Is it possible to get in the desired format say HTML? Kindly l