mapreduce with non-existent keys

2012-07-15 Thread Mark Boyd ソフトウェア 建築家
I’ve got a set of bucket/key pairs that may contain items that no longer exist in riak. Is it possible to pass that to map/reduce and explicitly tell riak to ignore any pairs which aren’t current, ie: which aren’t found? For example, if I have compiled a list of pairs but before passing the list

Re: Setting up Riak for highly concurrent load testing

2012-07-15 Thread Alex Thompson
I ran into TCP Reset issues with both the python and nodejs clients. I ended up solving them by putting an HAProxy server on the client machine configured to route to all available riak servers. In addition, I also configured the HAProxy frontend with: option http-server-close option http-prete

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

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: riak doesn't start on new Macbook Pro Retina

2012-07-15 Thread Steve Hull
Hi Erik! Thanks for the suggestions. I checked out /tmp but didn't see anything that looked like a pipe for riak... perhaps could you tell me what the file would be named? Not sure which logs would be most useful, but please find everything that was generated attached. -S On Sat, Jul 14, 2012

Re: Java client: byte arrays as keys?

2012-07-15 Thread Kaspar Thommen
Anyone please? On Jun 26, 2012 8:57 PM, "Kaspar Thommen" wrote: > Hi, > > The high-level API in the Java client library (IRiakClient) does not allow > one to use byte[] arrays as keys, only Strings, whereas the underlying PBC > and http APIs (e.g. com.basho.riak.pbc.RiakClient) do, via the > fetc