Re: Outputformat and RecordWriter in Hadoop Pipes

2011-09-20 Thread Vivek K
Hi Brock Thanks for a prompt and to-the-point response. It is working as you said. Best, Vivek -- On Tue, Sep 20, 2011 at 6:25 PM, Brock Noland wrote: > Hi, > > On Tue, Sep 13, 2011 at 12:27 PM, Vivek K wrote: > > Hi all, > > > > I am trying to build a Hadoop/MR application in c++ using hadoop

Re: Outputformat and RecordWriter in Hadoop Pipes

2011-09-20 Thread Brock Noland
Hi, On Tue, Sep 13, 2011 at 12:27 PM, Vivek K wrote: > Hi all, > > I am trying to build a Hadoop/MR application in c++ using hadoop-pipes. I > have been able to successfully work with my own mappers and reducers, but > now I need to generate output (from reducer) in a format different from the >

Re: Outputformat and RecordWriter in Hadoop Pipes

2011-09-20 Thread Vivek K
It would very helpful if someone can point to where I can possibly find a solution to this problem. Thanks. Vivek -- On Tue, Sep 13, 2011 at 12:27 PM, Vivek K wrote: > Hi all, > > I am trying to build a Hadoop/MR application in c++ using hadoop-pipes. I > have been able to successfully work with

Outputformat and RecordWriter in Hadoop Pipes

2011-09-13 Thread Vivek K
Hi all, I am trying to build a Hadoop/MR application in c++ using hadoop-pipes. I have been able to successfully work with my own mappers and reducers, but now I need to generate output (from reducer) in a format different from the default TextOutputFormat. I have a few questions: (1) Similar to