Re: key not found in map reduce

2012-10-01 Thread Mridul Kashatria
Thanks. This issue is solved. -- Mridul On Monday 01 October 2012 10:33 AM, Venki Yedidha wrote: Hi Mridul, You can use filterNotFound from mapred_builtins.js... usage format in reduce phase: return Riak.filterNotFound(your_object_passed _from_map_phase); Thanks, Venkates

Re: key not found in map reduce

2012-09-30 Thread Venki Yedidha
Hi Mridul, You can use filterNotFound from mapred_builtins.js... usage format in reduce phase: return Riak.filterNotFound(your_object_passed _from_map_phase); Thanks, Venkatesh On Sun, Sep 30, 2012 at 2:59 PM, Mridul Kashatria wrote: > Hi, > > I'm a beginner with Riak and

Re: key not found in map reduce

2012-09-30 Thread Alexander Sicular
Call Riak.filterNotFound in your reduce phase. -alexander On Sun, Sep 30, 2012 at 5:29 AM, Mridul Kashatria wrote: > Hi, > > I'm a beginner with Riak and map-reduce in general. > > I was trying a function in map reduce which sorts the data and returns it. > It works well when all the bucket key