Re: Riak Recap for March 14 - 15

2011-03-17 Thread Mark Wolfe
Wow great to see some healthy discussion around this whole subject. First I would like to thank Jon Brisbin for providing inspiration and indeed examples for my own work around log4j. One of the reasons I started messing around with riak using Java was your rabbitmq log4j appender and cloud proje

Re: riak java client review (was Re: Riak Recap for March 14 - 15)

2011-03-17 Thread Russell Brown
On 17 Mar 2011, at 13:57, Abhishek Kona wrote: > Yes. > Earlier query : > http://lists.basho.com/pipermail/riak-users_lists.basho.com/2011-March/003461.html Right, I remember now. At the moment I'm inclined toward leaving the job of load balancing to a load balancer (like haproxy.) I guess it

Re: Riak Recap for March 14 - 15

2011-03-17 Thread Abhishek Kona
Yes. Earlier query : http://lists.basho.com/pipermail/riak-users_lists.basho.com/2011-March/003461.html -Abhishek Kona On 17/03/11 7:17 PM, Russell Brown wrote: I'm sorry but I don't understand, do you want the client to load balance across a Riak cluster rather than just speak to one node?

Re: Riak Recap for March 14 - 15

2011-03-17 Thread Russell Brown
On 17 Mar 2011, at 13:12, Abhishek Kona wrote: > I have started using the riak Client recently. One of the features I miss > (which is present in Voldemort Java Client) is providing a Set of client > nodes and the client performing operations on it (by holding n connections to > each node). I

Re: riak java client review (was Re: Riak Recap for March 14 - 15)

2011-03-17 Thread Russell Brown
On 17 Mar 2011, at 12:30, Jon Brisbin wrote: > > On Mar 16, 2011, at 6:39 PM, Mark Phillips wrote: > >> 3) Mark Wolfe put together some thoughtful observations about Riak and >> the Java Client. This is a great read. >> >> * Check them out here ---> >> https://github.com/wolfeidau/riak-log4j-a

Re: Riak Recap for March 14 - 15

2011-03-17 Thread Abhishek Kona
On 17/03/11 6:00 PM, Jon Brisbin wrote: On Mar 16, 2011, at 6:39 PM, Mark Phillips wrote: 3) Mark Wolfe put together some thoughtful observations about Riak and the Java Client. This is a great read. * Check them out here ---> https://github.com/wolfeidau/riak-log4j-appender/blob/master/docs/r

Re: Riak Recap for March 14 - 15

2011-03-17 Thread Jon Brisbin
On Mar 16, 2011, at 6:39 PM, Mark Phillips wrote: > 3) Mark Wolfe put together some thoughtful observations about Riak and > the Java Client. This is a great read. > > * Check them out here ---> > https://github.com/wolfeidau/riak-log4j-appender/blob/master/docs/riakclient_review_ideas.md Addre

Re: Unable to do a simple search

2011-03-17 Thread Kev Burns
Check your syntax. You forgot the index parameter. search-cmd search [INDEX] QUERY : Perform a search. $ ./bin/search-cmd search test "num_num:12" - Kev c: +001 (650) 521-7791 2011/3/17 Nicolas Lalevée > I am quite confused because I am not able to actually make riak-search > work,

Unable to do a simple search

2011-03-17 Thread Nicolas Lalevée
I am quite confused because I am not able to actually make riak-search work, event the simplest use case. So I may have missed something. My steps: $ tar xvzf riak_search-0.14.0-osx-i386.tar.gz $ ./bin/riaksearch start $ ./bin/search-cmd install test $ curl -v -X PUT -d '{"num_num":"12"}' -H "Cont