Re: store to defined filename

2014-05-16 Thread Raviteja Chirala
You can either do Hadoop mv if its a wrapper script or do getMerge to merge and rename all part files to single part file. On May 14, 2014, at 2:11 AM, Patcharee Thongtra patcharee.thong...@uni.no wrote: Hi, Is it possible to store results in to a file with determined filename, instead

Re: store to defined filename

2014-05-16 Thread Mohammad Tariq
Hi there, You could do that with the help of MultipleOutputFormathttp://hadoop.apache.org/docs/current/api/org/apache/hadoop/mapred/lib/MultipleOutputFormat.htmlclass. It extends FileOutputFormat,and allows us to write the output data to different output files. *Warm regards,* *Mohammad Tariq*

store to defined filename

2014-05-14 Thread Patcharee Thongtra
Hi, Is it possible to store results in to a file with determined filename, instead of part-r-0? How to do that? Patcharee