Re: Specified w/dw/pw values invalid for bucket n value of 1

2012-09-18 Thread Mark Phillips
Hi Ingo I just built a single node Riak 1.2 from source on my laptop, cranked the n, w, dw, and pw values down to "1", and was able to write successfully via curl. For the sake of completeness, I attempted to write with "w=2" and was able to throw the "Specified w/dw/pw values invalid for bucket n

Re: Error--Cloning into 'leveldb'...ERROR: Command ['get-deps'] failed!make: *** [deps] Error 1

2012-09-18 Thread sxin
Thank you very much,the riak already installed in my ubuntu! -- View this message in context: http://riak-users.197444.n3.nabble.com/Error-Cloning-into-leveldb-ERROR-Command-get-deps-failed-make-deps-Error-1-tp4025277p4025308.html Sent from the Riak Users mailing list archive at Nabble.com. __

Evolving data model

2012-09-18 Thread Allen Johnson
Hey everyone, I'm beginning to experiment with Riak and I'm trying to better understand how to model my data. One question I have at the moment is how to evolve my data with a data store such as Riak? I know that it's schema-less and that I can add new fields as needed but I'm thinking more abou

Re: preflist_exhausted

2012-09-18 Thread Darrel Grant
More info, in case it helps someone help me figure out what has gone wrong. I suspect I have something misconfigured, or not configured, that is affecting the mapreduce js vms. I followed the instructions on this thread: http://riak-users.197444.n3.nabble.com/preflist-exhausted-with-map-reduce-and

ANN Welle 1.3.1

2012-09-18 Thread Michael Klishin
Welle is an expressive Clojure client for Riak with batteries included. 1.3.1 is a bug fix release: * Welle now uses reasonable vclock pruning settings by default Detailed change log: https://github.com/michaelklishin/welle/blob/1.3.x-stable/ChangeLog.md Documentation guides: http://clojureria

Re: What ever happened to delete support for post-commit hooks?

2012-09-18 Thread David Goehrig
I discovered what the behavior change is and it was subtle… Suppose you populated a value in the bucket: curl -X PUT http://localhost:8098/riak/test/foobar -d '{"foo":"bar"}' In the 0.14.0 release if you did a curl -X DELETE http://localhost:8098/riak/test/foobar you could do:

Ripple repository moved

2012-09-18 Thread Sean Cribbs
Hey riak-users, The Ripple library, which lets you create document-style abstractions on top of riak-ruby-client, has moved to https://github.com/basho/ripple. This will allow other members of the Basho organization and community to contribute in ways that aren't bottlenecked by me, as my responsi

Error--Cloning into 'leveldb'...ERROR: Command ['get-deps'] failed!make: *** [deps] Error 1

2012-09-18 Thread sxin
make rel -- linux@bogon:/opt/riak-1.2.0rc6$ make rel fatal: Not a git repository (or any of the parent directories): .git ./rebar get-deps ==> cluster_info (get-deps) ==> lager (get-deps) ==> poolboy (get-deps) ==> meck (get-deps) ==> protobuffs (get-deps) ==> bash

preflist_exhausted

2012-09-18 Thread Darrel Grant
I have about 1 items in a bucket, and am getting this error a lot. My app.config settings are already quite a lot higher than any values I've come across while googling this issue: {map_js_vm_count, 4096 }, {reduce_js_vm_count, 4096 }, {hook_js_vm_count, 256

Re: M/R query with riak-defined keys [SOLVED]

2012-09-18 Thread Antoine
On 09/17/2012 12:26 PM, Antoine wrote: Hi, Could anyone provide a basic working example using a map/reduce combining "starts_with" and "tokenize" so that I can see if my syntax is wrong or if something else brings me the famous "{"error":"map_reduce_error"}" still can't figure out how to make i

Re: Java map-reduce and result keys

2012-09-18 Thread Deepak Balasubramanyam
Thank you Mark. I'll contribute to the repo when I find time. Thanks Deepak Bala On Mon, Sep 17, 2012 at 5:45 AM, Mark Phillips wrote: > Addendum: > > In the interest of completeness, it's worth noting that the Erlang > builtins are here: > > https://github.com/basho/riak_kv/blob/master/src/ria