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
ownloads/basho/rebar/rebar ... then
> re-attempt the build.
>
> On Fri, Jul 8, 2011 at 2:01 PM, Phil Stanhope wrote:
>
>> Hi all,
>>
>> Environment = CentOS 64bit 5.6
>>
>> I've got working 13B04 (from source) + .14.2 ... no problems there.
>>
>
Can you share some LevelDB config examples?
I've built latest from github and know that I've got the elevedb
driver/wrapper.
make devrel is producing a {storage_backend, riak_kv_bitcask_backend} ... is
it as simple as changing this to riak_kv_eleveldb_backend?
Perhaps I missed it ... but did you
I like the idea of RiakTransport as you describe it. It opens the door to
other potential underlying transports and isolating a client from knowledge
of those (websockets, tcp, zeromq messaging come to mind). I'm not
suggesting that RIAK will ever support these transports by this comment,
however.
Tread carefully here ... by forcing localilty ... you will sacrifice high
availability by algorithmically creating a bias and a single point of
failure in the cluster.
Cassandra made this easier to do ... and then there were many questions on
the user list about:
"why is my cluster is unbalanced?
What are some examples of use cases for one-way replication?
On Tue, Dec 6, 2011 at 10:24 AM, David Smith wrote:
> On Tue, Dec 6, 2011 at 8:19 AM, Kresten Krab Thorup
> wrote:
> > Hi folks,
> >
> > Quick question - can Riak EDS do one-way replication, or does it always
> have to be two-way?
>
>