Re: store to defined filename

2014-05-16 Thread Mohammad Tariq
Hi there,

You could do that with the help of
MultipleOutputFormatclass.
It extends FileOutputFormat,and allows us to write the output data
to different output files.

*Warm regards,*
*Mohammad Tariq*
*cloudfront.blogspot.com *


On Fri, May 16, 2014 at 2:46 AM, Raviteja Chirala wrote:

> 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 
> wrote:
>
> > Hi,
> >
> > Is it possible to store results in to a file with determined filename,
> instead of part-r-0? How to do that?
> >
> > Patcharee
>
>


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  
wrote:

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



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