Re: Riak Join is Screwed Up

2012-05-03 Thread Rebecca Meritz
I figured out a way to fix the problem. But I don't understand why the solution works. Before A sent a join request to B and then B to C and the second request failed. Now A sends a join request to B and then C to B and the second request succeeds. Must a node that is the only member of its clus

Re: Riak Join is Screwed Up

2012-05-03 Thread Joseph Blomstedt
Yes, 'riak-admin join' is designed to join a node to a cluster, not a cluster to another cluster. This behavior was different before Riak 1.0 (last September), but was changed as part of several changes to make Riak's clustering layer more deterministic. The short answer to the "why is this the ca

Java Riak Client / MapReduce Querying, Any Sample Code?

2012-05-03 Thread claudef
Dear colleagues, Is there any basic sample or documentation available that illustrate how to construct execute the MapReduce syntax through the Riak Java Interface. Thanks in advance for your feedback. Regards, Claude Claude Falbriard Certified IT Specialist L2 - Middleware AMS Hortolând

Re: Java Riak Client / MapReduce Querying, Any Sample Code?

2012-05-03 Thread Brian Roach
Cluade, The example code in the readme on github does have some basic examples of using MR in the Java client: https://github.com/basho/riak-java-client - scroll down to about 3/4 of the way to the end. I'm also currently working on a more comprehensive Java client "cookbook" and MR is probab

Re: Java Riak Client / MapReduce Querying, Any Sample Code?

2012-05-03 Thread claudef
Dear Brian, I'm currently using a different class loader though a dynamic language(Jython), so for now, I'm not able to run the sample shown on the page you refrence below. I would be great to have a similar Java client sample code like the one shown in the Python client module [ http://bash

Re: Replicated buckets across datacenters

2012-05-03 Thread Daniil Churikov
Why not share this info with others? -- View this message in context: http://riak-users.197444.n3.nabble.com/Replicated-buckets-across-datacenters-tp3953236p3960238.html Sent from the Riak Users mailing list archive at Nabble.com. ___ riak-users mailin