Did you override generateFileNameForKeyValue?
2008/10/29 Florian Leibert <[EMAIL PROTECTED]>: > Thanks Mice, > tried using that already - however this doesn't yield the desired results - > upon output collection (using the OutputCollector), it still produces only > one output file (note, I only have one input file, not multiple input files, > but want a file per key for the output...) > > Thanks > > Code Fragment: > jobConfig.setOutputFormat(MultipleTextOutputFormat.class); > > > On Oct 28, 2008, at 9:09 PM, Mice wrote: > >> MultipleOutputFormat meets your need. It is in 0.18.1. >> >> 2008/10/29 Florian Leibert <[EMAIL PROTECTED]>: >>> >>> Hi, >>> for convenience reasons, I was wondering if there is a simple way to >>> produce >>> one output file per key in the Reducer? >>> >>> Thanks, >>> Florian >>> > >