ANN Welle 1.2.0 is released

2012-08-14 Thread Michael Klishin
Welle is an expressive Clojure client for Riak with batteries included. 1.2.0 is a small release: * 1 bug fix: :enabled-for-search option was ignored by welle.buckets/create * Tests for Riak 1.2 compatibility (for example, 2i over the PB transport) * Dependency updates * Minor documentation c

Re: emulated vs native support in riak-erlang-client

2012-08-14 Thread Sean Cribbs
That item will be updated soon since it now has native. The difference is whether it can send/receive the new Protocol Buffers messages to perform search queries, or if it performs them through MapReduce. Sean Cribbs On Aug 14, 2012, at 7:10 PM, Gregory de Souza wrote: > Hi folks, > The wiki

emulated vs native support in riak-erlang-client

2012-08-14 Thread Gregory de Souza
Hi folks, The wiki on client libs (http://wiki.basho.com/Client-Libraries.html) indicates that the protocol buffer-based erlang library (riakc) only supports emulated (and not native) search. Can someone explain the difference between 'emulated' and 'native'? Thanks! -- Gregory _

Re: Riak Search pre-commit hook

2012-08-14 Thread Mark Phillips
Thanks for the extensive write up, Mark. I'll take a look at our docs and see if there's a way to make sure this process is easier in the future for those who are less determined and diligent than you. :) Any and all suggestions (and pull requests [1]) are of course encouraged. Mark twitter.com/p

Re: eLevelDB max_open_files in 1.2.0

2012-08-14 Thread Mark Phillips
Hi Dave, On Sun, Aug 12, 2012 at 3:58 PM, Dave Brady wrote: > Hello, > > First I want to thanks Basho for greatly expanding the documentation on the > Wiki for configuring/tuning Riak and eLevelDB in 1.2.0! Big improvement over > 1.1.x. > > My question is about max_open_files: here the documen

Re: Ignore undefined buckets and proceed with the next..

2012-08-14 Thread Parnell Springmeyer
So then trap the error and go to the next bucket? Riak is operating truthfully here - you *want* Riak to tell you if a bucket doesn't exist if you try to request one. On Aug 13, 2012, at 12:42 AM, Venki Yedidha wrote: > Hi All, > > > I am retrieving data from buckets (dateranges)..In so

Re: Riak ports

2012-08-14 Thread Mark Phillips
Hi Erteshma, There's a thorough page on the wiki all about what ports and network specifics Riak requires: http://wiki.basho.com/Network-Security-and-Firewall-Configurations.html That should answer your questions, but if it doesn't let us know. Mark twitter.com/pharkmillups On Aug 14, 2012, a

Riak ports

2012-08-14 Thread Siyamak Edalatkhah
Hey, Which ports are used in a Riak cluster? We now that port 8099 (by default) is used for handoff or port 8087 (by default) is used for HTTP interface. But on which port do Riak nodes talk with each other. For example when a new record comes to one node, that node needs to talk with other node

Re: Upgrading 0.14.2 cluster to 1.2

2012-08-14 Thread Sebastian Cohnen
Hey Joe, false alarm, I just noticed that I missed the port limitation of the distributed erlang system in app.config. It was a bit confusing that some riak-admin commands seem to work and some did not. That both nodes said that the other node was down should have made me more suspicious :) So