Unfortunately you've run into some unintuitive behavior Erlang has with
anonymous functions. When Erlang sends an anonymous function to a remote VM it
sends a pointer to the function instead of the function itself. This means the
code which creates the anonymous functions needs to be on the serv
I'll try and let you know. I was running Riak on a UbuntujLinux Image on
VirutalBox. Not sure it makes any difference.
On Tue, Apr 13, 2010 at 3:01 AM, Sean Cribbs wrote:
> Nguyen,
>
> Sorry for the delay in responding. I've tried your configuration and I
> can't reproduce the error. Can you t
On Tue, Apr 13, 2010 at 4:37 PM, Ali Sabil wrote:
>
> Are there any plans to split this further and have riak_core, riak_kv
> and riak_http ?
>
> Ali
>
Hi, Ali. I have a couple of answers, depending on the intent of your question.
The first answer, is that the code actually handling HTTP connec
Hello,
I'm having trouble building with the latest tip on OS X 10.6. Does 0.10
require Erlang R13B04?
$ make
./rebar get-deps
...
==> riak_kv (get-deps)
Pulling ebloom from {hg,"http://bitbucket.org/basho/ebloom","RELEASE_2"}
real URL is http://bitbucket.org/basho/ebloom/
destination directory:
On Wed, Apr 14, 2010 at 1:47 PM, Jonathan Lee wrote:
> I'm having trouble building with the latest tip on OS X 10.6. Does 0.10
> require Erlang R13B04?
Yes, it does. That (and the reason for it) will be in the 0.10 release notes.
Our apologies for not making that clearer earlier.
-Justin
__
Hey All,
Short and sweet for today's recap.
Best,
Mark
--
Mark Phillips
Community Manager
wiki.basho.com
twitter.com/pharkmillups
--
Riak Recap for 4/12-4/13
1) Is there a way to list all the values in a bucket / key via the
erlang client? (from niinj via IRC)
A - Yes. Give the
Hi guys!
the smp fix you guys provided solved our speed issues, thank you so much!
However, the server stopped responding to requests randomly in the middle of
the day and when I went to restart it, I got the message that it was not
pingable. Now whenever I sudo riak start I get a server not pin
Hi folks,
I have a query where one of the map steps spits out the original entry (via
[v.bucket, v.key]) and a derivative bucket,key pair.
If the original key is "asdf" the result of the map step would look like
this:
[["events", "asdf"], ["asdf,annotation", "some-annotation-key"]]
Future map st
I am not quite sure what could have happened, but if it does stop responding I
would recommend looking at the logs. also instead of starting it via console, I
would recommend just doing a start and using the attach command to attach to
the console.
Grant Schofield
Developer Advocate
Basho Techn
I don' know if this would be worth adding to the http interface or not but
might it be useful to have a `soft delete` feature where the http interface
returns a 410 (Gone) rather than a 404 (Not Found) status code after a
document has been deleted. Perhaps as an audit trail or even a rollback
featu
10 matches
Mail list logo