Re: problem building latest

2011-04-26 Thread Daniel Reverri
Hi Phil Riak 0.14 doesn't support R14B02. You can build Riak from the master branch which should work with R14B02. Thanks Dan Sent from my iPhone On Apr 26, 2011, at 1:59 PM, Phil Stanhope wrote: > Following the steps here: > http://wiki.basho.com/Installing-on-RHEL-and-CentOS.html > > NO

problem building latest

2011-04-26 Thread Phil Stanhope
Following the steps here: http://wiki.basho.com/Installing-on-RHEL-and-CentOS.html NOTE: I did install and build erlang14B02 (not 13B04). No problems until doing the make rel for riak 0.14: Compiling c_src/ebloom_nifs.cpp c_src/ebloom_nifs.cpp: In function ‘ERL_NIF_TERM ebloom_new_filter(ErlNifE

Re: commit hooks and parameters

2011-04-26 Thread Sean Cribbs
Jon, If you're using a precommit, it could easily strip those extra metadata headers from the object, since it is allowed to modify the object. Kresten has written some code in riak_link_index that captures extra information in a precommit and then acts on them in a postcommit. As long as you

commit hooks and parameters

2011-04-26 Thread Jon Brisbin
Do commit hooks (pre/post/whatever) have any access to parameters of any kind (other than document metadata headers)? Can I get the webmachine parameters for a given request, for instance? I'm wanting to find a way to alter behaviour of the hook for each request. The only way I can see to do th