Re: mapreduce with non-existent keys

2012-08-23 Thread Bryan Fink
Wow, this question slipped by while I wasn't looking. Sorry about that. On Mon, Jul 16, 2012 at 4:47 PM, Mark Boyd ソフトウェア 建築家 wrote: > Can anyone familiar with the innards of riak describe how distribution of a > map/reduce is handled when there are multiple reduce phases included as in > this so

RE: mapreduce with non-existent keys

2012-07-16 Thread Mark Boyd ソフトウェア 建築家
s the buckets and keys array into array of json objects .reduce('Riak.filterNotFound') .run(function(err, listOfViews) { // process on client the list of returned array objects if (err) { console.log("ERROR: Unable to obtain tvs for id '&

RE: mapreduce with non-existent keys

2012-07-16 Thread Mark Boyd ソフトウェア 建築家
.run(function(err, listOfViews) { // process on client the list of returned array objects if (err) { console.log("ERROR: Unable to obtain tvs for id '" + id + "'. Detail: " + JSON.stringify(err)); send500ToClie

Re: mapreduce with non-existent keys

2012-07-15 Thread Mark Phillips
This info should be in the docs. I just added an issue to track it [1]. Thanks for digging. :) Mark twitter.com/pharkmillups [1] https://github.com/basho/riak_wiki/issues/316 On Sun, Jul 15, 2012 at 9:18 PM, Mark Boyd ソフトウェア 建築家 wrote: > Never mind. I found the archive search page and this sam

RE: mapreduce with non-existent keys

2012-07-15 Thread Mark Boyd ソフトウェア 建築家
Never mind. I found the archive search page and this same question posted earlier here: http://riak-users.197444.n3.nabble.com/Map-Reduce-behavior-when-key-not-found-td3641739.html Mark From: riak-users-boun...@lists.basho.com [mailto:riak-users-boun...@lists.basho.com] On Behalf Of Mark Boyd