Search is not working in RIAK

2014-01-22 Thread Ajit Prasad(RMG00)
Hi, Search doesn't seem to work on a normal JSON file. Have created index on JSON file and installed the search on the bucket also. $search-cmd search out2_buk "employee_name:\"Ajit\"" :: Searching for 'employee_name:"Ajit"' / '' in out2_buk... -- :: Found 0 results. F

Re: using salt stack with riak

2014-01-22 Thread Matt Black
Hi Matt, We manage all our Riak infrastructure with a couple of Salt states and a custom module I wrote which you can see here: https://github.com/saltstack/salt-contrib/blob/master/modules/riak.py There's another Riak module in Salt core, but last time I checked it had less functionality. (I ta

using salt stack with riak

2014-01-22 Thread Matt Davis
Hey all, We're implementing salt stack for configuration management, and I've been trying out how it works with riak, specifically remote command execution. Anyone out there in riak-land been successfully integrating it with salt? I've hit a couple of "arroo?" moments and am curious what others

Re: Split index with Riak 2.0 git (jan 15th) on a single dev node cluster

2014-01-22 Thread Rob Speer
> ​5. Did you wait at least 1 second before running the queries? I'm not the original poster but I'm now wondering what this question means. Under what circumstances do you have to wait 1 second before query results are available? We want to always be able to run tests on our database rapidly, wh

Re: [ANN] Riak 2.0pre11

2014-01-22 Thread Sean Cribbs
Chris, Sorry that it's not ready yet, but we'll be working on a tool to convert your old configs into the new format. In the meantime, you can continue to use your old config files. On Wed, Jan 22, 2014 at 9:02 AM, Chris Read wrote: > One thing that is still missing from the docs are the confi

Re: riak-2 configuration questions

2014-01-22 Thread Hector Castro
On Wed, Jan 22, 2014 at 10:33 AM, Hector Castro wrote: > Hi Bryce, > > Responses are line below. > > -- > Hector > > > On Mon, Jan 20, 2014 at 3:49 PM, Bryce Verdier wrote: >> How does one change the default bucket properties in riak2? > > `n_val` of the default bucket properties can be set with

Re: riak-2 configuration questions

2014-01-22 Thread Hector Castro
Hi Bryce, Responses are line below. -- Hector On Mon, Jan 20, 2014 at 3:49 PM, Bryce Verdier wrote: > How does one change the default bucket properties in riak2? `n_val` of the default bucket properties can be set with `riak_core.default_bucket_props.n_val` https://github.com/basho/riak_core

Re: Performance Tuning in OmniOS

2014-01-22 Thread Hari John Kuriakose
Thanks again for the quick reply. As you said, I am wondering about apples and oranges primarily. The same EBS volume backed setup on Linux beat the OmniOS setup my more than 2x. That is more weird to me than normal. This I tested with simple RAID0 (40Gb * 5 EBS devices) on both the operating syst

Re: [ANN] Riak 2.0pre11

2014-01-22 Thread Chris Read
One thing that is still missing from the docs are the config changes. We've got quite a few settings in our vm.args for 1.4.x that it's taken us a while to figure out for our hardware. While some of them are pretty obvious in the new config (zdbbl for example) other such as where to put your +S or

Re: Why should i choose riak over redis?

2014-01-22 Thread Jon Brisbin
I look at it like this: if you can fit your entire database into memory and don't mind losing the entire thing when the server goes down or becomes unavailable and you like the extra functionality of Redis like hashes, counters, and messaging, then go with Redis. If you can't afford to lose the

Re: Why should i choose riak over redis?

2014-01-22 Thread Suman Kumar
i don't wan't secondary indexes and i am choosing bitcask as my backend so the only point which pitches riak above redis is the scaling. correct me if it is wrong. Thanks, Suman Kumar Dey On Wed, Jan 22, 2014 at 7:21 PM, Dave King wrote: > http://db-engines.com/en/system/Redis%3BRiak gets the

Re: Why should i choose riak over redis?

2014-01-22 Thread Dave King
http://db-engines.com/en/system/Redis%3BRiak gets the main point: Redis is for "Applications that can hold all data in memory, and that have high performance requirements." I know we chose Riak with leveldb backend as we couldn't have all data in memory. Also Redis doesn't shard, so it won't scal

Why should i choose riak over redis?

2014-01-22 Thread Suman Kumar
Hi, I would like use riak as a key/value store only so what it differs with respect to redis and why should i go with riak instead of redis? many people say riak but i don't see any clear difference why riak over redis. Even redis can do the same stuff can you throw some light on this? Thanks, S

Getting inconsistent out put with map-reduce queries.

2014-01-22 Thread Naveen Tamanam
Hi, I am running riak of version riak-1.3.2, on CentOS release 6.4. Using the riak with the django configured with apache. Apache is configured to run different python processes. I am running 5 node cluster on the same machine. I am retrieving the required data with the map-reduce querie