Re: map reduce on multiple buckets

2016-02-08 Thread Alex Moore
One possibility would be to get the intermediate results from each bucket, and then compute the final results on the client. How much data would be involved in the initial MR, and at the point where you would have to combine the results? --Alex On Thu, Jan 28, 2016 at 12:10 PM, Eugene Shubin

Cluster balance problem

2016-02-08 Thread Stanislav Vlasov
Hello! We have riak cluster for riak-cs. Failed node riak@192.168.0.133 has been replaced via 'riak-admin replace' by riak@192.168.0.141 (new node), then cleaned up, prepared and joined to cluster as new. Member-status after last 'riak-admin cluster commit', when all transfers complete:

Re: A Solr join query in Riak KV?

2016-02-08 Thread Zeeshan Lakhani
Hey Joe, Riak Search operates via Distributed Solr, for which “join” is *still* not supported: https://issues.apache.org/jira/browse/LUCENE-3759 . I’d recommend reading this LucidWorks post as well, related to “joins” and SolrCloud -

A Solr join query in Riak KV?

2016-02-08 Thread Joe Olson
I'm trying to get a Solr join query to work on our Riak KV cluster. The Solr join query is documented here: https://wiki.apache.org/solr/Join Using the example under the "Compared to SQL" heading, I am formatting my http request to Riak as: curl