Re: What kind of protocol are used between Riak nodes?

2012-05-28 Thread Alvaro Videla
AFAIK Rial uses Erlang's distribution system. If you want to find more info search about "epmd" and Erlang Distribution. -Alvaro Sent from my iPhone On May 28, 2012, at 7:40 PM, Alek Morfi wrote: > Hi there, > > What kind of protocol is used betwwen Riak nodes to communicate. Because if > a

Re: Riak as Binary File Store

2012-05-29 Thread Alvaro Videla
Like this perhaps: https://github.com/johnthethird/riak-fuse *cough* *cough* On Tue, May 29, 2012 at 2:49 PM, Shuhao Wu wrote: > It'll be interesting if you can write a filesystem on top of Riak. > > That would be a cool project to see on github :P > > Shuhao > > > On Tue, May 29, 2012 at 8:36 A

Re: riak doesn't start on new Macbook Pro Retina

2012-07-13 Thread Alvaro Videla
You seem to be running Riak already or something in the same port. See the "duplicate name" part of the error. Regards, Alvaro Sent from my iPhone On Jul 14, 2012, at 2:53 AM, Steve Hull wrote: > Hi everyone! > > I recently attended a users' group / conference at the Basho offices in SF, >

Problems starting riak

2011-06-04 Thread Alvaro Videla
Hi, I'm trying to build riak using the latest Erlang release built with these options: ./configure --enable-smp-support --enable-darwin-64bit --enable-kernel-poll I've got riak using: git clone git://github.com/basho/riak.git After I did *make rel* I tried bin/riak console And I got the foll

Re: Problems starting riak

2011-06-04 Thread Alvaro Videla
? > > On Jun 4, 2011, at 5:25, Alvaro Videla wrote: > >> Hi, >> >> I'm trying to build riak using the latest Erlang release built with these >> options: >> >> ./configure --enable-smp-support --enable-darwin-64bit --enable-kernel-poll >

Re: Riak compile error: Module gen_server2 potentially included by two different applications: rabbit_common and riak_core

2011-07-27 Thread Alvaro Videla
Hi, Yes, the module gen_server2 from riak core is part of RabbitMQ from the days the company was part of LShift. Why it fails on you I don't know. Are you running both systems in the same Erlang VM? Probably the Riak guys know more about this issue. Cheers, Alvaro On Tue, Jul 26, 2011 at 10:0

Re: Riak and Clojure

2011-12-08 Thread Alvaro Videla
Hi Kresten, A while ago I did some Clojure integration with Riak and I could even run m/r jobs in Clojure using code as data as you say. I used the JInterface to have remote nodes as Erlang workers in a similar design of the Javascript workers. Sadly my code is totally outdated now but It Wor

Re: Hello, Bitcask!

2010-05-05 Thread Alvaro Videla
Hi, As many of you know from twitter/irc I've put together a bare bones PHP client for Bitcask: http://github.com/videlalvaro/phpcask If some guys/gals here think that this project might be helpful for someone please let me know, so I can spend some more time on it. To name an example where I

running map-reduce queries in Clojure

2010-08-20 Thread Alvaro Videla
Hi all, For learning Clojure I started a pet project to communicate Clojure and Erlang using JInterface. To test that project I wrote a small and dirty server that can run map-reduce queries in Clojure. I've come up with a very basic proof of concept that is described here: http://videlalvaro.

Re: Riak won't die all the way on OS X

2010-11-30 Thread Alvaro Videla
Jon, Here you have some docs on the epmd: http://erlang.org/doc/man/epmd.html -Alvaro On Dec 1, 2010, at 2:02 PM, Ulf Wiger wrote: > Actually, in general, you _should_ leave it running, as other applications on > your system may depend on it. > > BR, > Ulf W > > Ulf Wiger > CTO, Erlang Solut