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