Well, it doesn't. I mean, AFAIK there's no bug in the code that does that, so it's probably your code.
Wild guess, maybe you are using your own HTable to put plus you emit a Put in the reducer? J-D On Tue, Aug 30, 2011 at 9:21 AM, sriram <[email protected]> wrote: > After the reducer phase the table.put(put) part insert content twice in the > table > > 1)as actual key value > 2)actual key and value as empty string. > > Can anyone give me as solution to this issue > >
