Re: Output file name

2009-03-18 Thread Runping Qi
You need to implement your own OutputFormat. See MultipleOutputFormat class for examples. Runping On Wed, Mar 18, 2009 at 9:11 PM, Rodrigo Schmidt wrote: > > In a Hadoop job, how do I set the prefix of the output files to something > different than "part-" ? > > I mean, what should I do if I w

Output file name

2009-03-18 Thread Rodrigo Schmidt
In a Hadoop job, how do I set the prefix of the output files to something different than "part-" ? I mean, what should I do if I want my output files to be named "piece-0" instead of "part-0"? Cheers, Rodrigo