Riak Recap for June 8 - 9

2011-06-10 Thread Mark Phillips
Early Evening, Morning, Afternoon to All - For today's Recap: a blog post, new wiki content, new code, and more. Enjoy and have a great weekend. Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups --- Riak Recap for June 8 - 9 =

Riak search providers no results

2011-06-10 Thread Ripple Khera
I have a question for a first time riak search user. I installed riak search the wiki, added a pre commit index hook, created a bucket and inserted a key. The item in the bucket is a large json data set. It is here at: http://pastie.org/2049993 This is the bucket info: {"props":{"name":"document",

Re: Waiting for 'backend' bucket property to take effect

2011-06-10 Thread Greg Nelson
Ok, cool. Makes sense, thanks for the confirmation. I'm toying with an idea of patching Riak to hard-code the backend for certain buckets. (A custom patch just for our needs, not general-purpose.) Along the lines of, "If the bucket name starts with foo_, use backend foo". Then those buckets don

Re: [RELEASE] Riak and Riak Search 0.14.2

2011-06-10 Thread Les Mikesell
On 6/1/2011 5:33 PM, Mark Phillips wrote: Hey All, We've just tagged and released version 0.14.2 for both Riak and Riak Search. These point releases both consist primarily of patch-level fixes. * Pre-built installations and source tarballs for version 0.14.2 of Riak are here: http://downloads.b

Re: Moving mapred* functions out of riak_client?

2011-06-10 Thread Kresten Krab Thorup
We are using those APIs in our new stuff for riak sync/mobile. My problem with your change would be that we have a mock riak_client which is super convenient for unit testing, and it would be good to still be able to have that somehow. Our mock is just an eta-backed parameterized module which h

Re: Waiting for 'backend' bucket property to take effect

2011-06-10 Thread Sean Cribbs
Greg, Yes, it is most likely gossip lag causing that. For your test cluster you could decrease the gossip_interval setting in riak_core from its default of 6 ms to something smaller. There has long been talk of moving the bucket properties out of the ring into something like a "system buc

Moving mapred* functions out of riak_client?

2011-06-10 Thread Bryan Fink
Hello, Community. I'd like to know how many of you are directly using the mapred* functions in the riak_client module (riak_client:mapred/2,3,4, :mapred_stream/2,3,4, :mapred_bucket/2,3,4, etc.). Of those that are, how many of you would mind if they moved out of riak_client and into a separate mod