Re: 404 Error: Object Not Found

2013-12-13 Thread Hector Castro
Hopefully this one resolves it: I just setup a single node on Ubuntu 12.04 using Vagrant and attempted to walk through your steps. In the process, I noticed that you are issuing the following `curl` command and receiving a 404: $ curl -v -XPUT http://10.0.2.15:8098/sessions/GA123D971 -H "content-

[ANN] Riak Community Hangout #4 - Fun with Java and C clients

2013-12-13 Thread Seth Thomas
Starting a little late today but join as at 2:15 EST for a community hangout talking about work on our C and Java clients. https://plus.google.com/events/cta9dsp6qa4cl1hht03a3q0oohk ___ riak-users mailing list riak-users@lists.basho.com http://lists.bash

Re: [ANN] Riak Community Hangout #4 - Fun with Java and C clients

2013-12-13 Thread Seth Thomas
Due to technical difficulties, which seems to be a recurring theme, we've had to change the link: https://plus.google.com/u/1/b/100975210954087930578/events/ctv6lgms873seh3vv0e59nj311o On Fri, Dec 13, 2013 at 1:07 PM, Seth Thomas wrote: > Starting a little late today but join as at 2:15 EST fo

Mapreduce zero out counters

2013-12-13 Thread Bryce Verdier
Hey all, Is there a way to use the mapreduce (with erlang code), to zero out all the counters within a bucket? Thanks in advance, Bryce ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.

Re: Mapreduce zero out counters

2013-12-13 Thread Sam Elliott
Bryce, You have two options. The first is just to delete the keys. As long as they are deleted at every replica and there are no concurrent increments, then no counters will make a return and change what you're counting. Counters are initialised to zero. The other option is to decrement/incr

Re: Mapreduce zero out counters

2013-12-13 Thread Bryce Verdier
Thank you for the response Sam. I'll just delete the keys, that seems like an easier way to go. Bryce On 12/13/2013 03:26 PM, Sam Elliott wrote: Bryce, You have two options. The first is just to delete the keys. As long as they are deleted at every replica and there are no concurrent increm