Re: riak-cs sync buckets from S3 to Riak-cs

2015-11-17 Thread Alberto Ayllon
Thanks a lot for your help! 2015-11-17 3:50 GMT+01:00 Shunichi Shinohara : > Hi Alberto, > > I didn't look into boto implementation, but I suspect that COPY Object API > does NOT work between different S3-like systems. > The actual interface definition of the API is [1] and source bucket/key > is

Re: SOLR - indexing JSON

2015-11-17 Thread Damien Krotkine
Hi Joe, I have a similar setup, and in my case, "indexed_s" is properly indexed. Are you sure that your data is really what you think it is ( i.e. real JSON, with the right mimetype, etc) ? dams. Joe Olson wrote: Using the default YZ index schema, I know I can index: dataset={ indexed_

Re: MapReduce "not_found" from Solr search index

2015-11-17 Thread Magnus Kessler
On 16 November 2015 at 11:47, Ellis Pritchard wrote: > Hi, > > I've configured a Solr search index ("erights-users") for my bucket (named > "missing", default type), containing a bunch of JSON documents, with a > search schema ("erightsuser"); this seems to be working OK for simple > queries, i.e

Re: MapReduce "not_found" from Solr search index

2015-11-17 Thread Ellis Pritchard
Thanks, that certainly gets the answer for "how many matches" PDQ. Still concerns me that MapReduce over search indexes doesn't seem to be working for me, but if there's no obvious answer, I'll leave it at that until I need it! Ellis. On 17 November 2015 at 14:09, Magnus Kessler wrote: > On 1

Re: SOLR - indexing JSON

2015-11-17 Thread Dmitri Zagidulin
Hi Joe, My other suggestion (aside from checking the things Damien mentioned) is -- take a look at the solr.log in the riak error log directory, it often provides clues for when objects are invalid and don't index. On Tue, Nov 17, 2015 at 3:13 AM, Damien Krotkine wrote: > Hi Joe, > > I have a

Build Riak wirh Erlang 18

2015-11-17 Thread Victor Medina
Hi guys! Probably its and old issue, but can I build Riak with OTP18? Thanks. -- Víctor E. Medina M. Platform Architect / Chief Infrastructure +58424 291 4561 BB #79A8AFA2 @VMCibersys ___ riak-users mailing list riak-users@lists.basho.com http://li

Re: Build Riak wirh Erlang 18

2015-11-17 Thread Luke Bakken
Hi Victor, Riak ships with OTP compiled from this tag: https://github.com/basho/otp/tree/OTP_R16B02_basho8 I believe the next version of Riak will use the OTP_R16B02_basho9 tag. I doubt Riak will compile successfully using version 18. I can say that Riak has not been tested with that version. -

Re: Build Riak wirh Erlang 18

2015-11-17 Thread Victor Medina
=)first of all thanks! Im building it with OTP17. Everything seems to be just fine with 17 so far... Things is Im building an app with OTP18, and I'll have to deliver it with two OTP versions, not big deal...just wanted to deliver one OTP to support! For instance: elixir is not building with 17 an

Re: Build Riak wirh Erlang 18

2015-11-17 Thread John Daily
One of our engineers has been working on 18 for a while now. He’s not around today, but hopefully will chime in soon. -John > On Nov 17, 2015, at 1:45 PM, Victor Medina wrote: > > =)first of all thanks! > > Im building it with OTP17. Everything seems to be just fine with 17 so far... > Thin

Re: Build Riak wirh Erlang 18

2015-11-17 Thread Victor Medina
=) thanks for the support! Currently I'm just starting to develop and mock up things. Its building just fine on OTP17 so far. Guess I can wait until support for OTP18 is official. Thanks again! 2015-11-17 14:18 GMT-04:30 John Daily : > One of our engineers has been working on 18 for a while now

Searching using secondary indexes with PBCclient

2015-11-17 Thread Rohan Kalambekar
Hi, I need to query using secondary indexes. I have PBCclient. I have tried using IRiakClient myPbClient = null; myPbClient = RiakFactory.pbcClient("localhost", 8087); Namespace ns = new Namespace("bucket_name"); BinIndexQuery biq = new BinIndexQuery.Builder(ns, "user", "value")