Alternatively, just use FileSystem.rename() on the normal output files after reducing is complete?
On Sat, Apr 25, 2009 at 10:57 AM, Aaron Kimball <[email protected]> wrote: > I think you can do this with MultiFileOutputFormat; specifically override > the getLeafFileName() method. > - Aaron > > > On Sat, Apr 25, 2009 at 4:29 AM, Parul Kudtarkar < > [email protected]> wrote: > >> >> The HDFS files generated after mapreduce run are strored in HDFS as >> part-00000 and so on.....part-0000n >> >> Is it possible to name these output files stored in HDFS as per my own >> convention i.e. I would like to name these files my_file_1 and so >> on....my_files_n >> >> Please advice how this can be achieved? >> >> Thanks, >> Parul V. Kudtarkar >> -- >> View this message in context: >> http://www.nabble.com/HDFS-files-naming-convention-tp23223348p23223348.html >> Sent from the Hadoop core-user mailing list archive at Nabble.com. >> >> >
