Re: solr - ignore fields

2014-06-26 Thread Luke Bakken
Hi Mark, Since the subject of this email includes solr I'm assuming you're talking about Riak 2.0 and Yokozuna. You can see the default Solr schema here: https://github.com/basho/yokozuna/blob/develop/priv/default_schema.xml It has an example of an ignored type as well as date fields and other

Re: java-client API hang up ... to send millions of object

2014-06-26 Thread Luke Bakken
Hi Andres, Are you using some method to distribute your requests evenly between your Riak nodes? I recommend using a load balancer like haproxy. -- Luke Bakken CSE lbak...@basho.com On Thu, Jun 26, 2014 at 9:48 AM, andresgomez92 andresgome...@gmail.com wrote: Hello everybody, I try to send

Riak for streaming video

2014-06-26 Thread Alex De la rosa
Hi there, Imagine that I want to use Riak for a video service like Youtube and I save the video file in Riak... is there a way to stream the contents of 1 key? I know we can stream keys... but what about its content? It would be pretty troublesome to have to wait for the full data to be

Re: Riak for streaming video

2014-06-26 Thread Hector Castro
Hi Alex, For this type of problem, you may want to look into Riak CS. [0] It is an object storage platform built on top of Riak. When you GET an object from Riak CS, you can specify a Range header to get the object by its byte offset. [1] -- Hector [0] http://docs.basho.com/riakcs/latest/ [1]

Re: compiling error

2014-06-26 Thread darkchanter
ok, I got a 'certified' Erlang OTP and successfully compiled 1.4.9 then joined the nodes from the dev sample to a cluster :-) Looking forward to play with some buckets^^ Thanks Roger -- View this message in context:

Re: Riak for streaming video

2014-06-26 Thread Alex De la rosa
Hi Hector, I see, I always thought that Riak CS was the same as Riak just that you run it in Amazon S3... they are actually different... So... if I have a social network and one of the features is that they can share video, I would use a normal Riak cluster for the webapp and data and a Riak CS

Re: Riak for streaming video

2014-06-26 Thread Hector Castro
Hey Alex, My response are inline below. -- Hector On Thu, Jun 26, 2014 at 4:26 PM, Alex De la rosa alex.rosa@gmail.com wrote: Hi Hector, I see, I always thought that Riak CS was the same as Riak just that you run it in Amazon S3... they are actually different... Correct, but it is

Re: Riak for streaming video

2014-06-26 Thread Alex De la rosa
Hi Hector, Thanks for your response :) highly appreciated. I have more questions though. Riak CS has to be implemented in Amazon S3? Or can I house it myself with own managed servers? What is the limit for an object in Standard Riak? Large objects should go to Riak CS, but what would be a limit

Timeout when accessing a key in a strongly consistent bucket

2014-06-26 Thread zsolt.laky
Hello There, I installed 2.0.0pre5 on OSX and I experience timeout situation. Here are the commands I run and I attached the config file. It seems RIAK is aware of the strongly_consistent bucket type but I am not able to get or put data from/into it. Only the first query for the keys

Re: Riak for streaming video

2014-06-26 Thread Jared Morrow
Luwak is definitely EOL'd and RiakCS is our large object store going forward. It is a far superior design compared to Luwak and handles very large file sizes. On Thursday, June 26, 2014, Jason Campbell xia...@xiaclo.net wrote: Riak CS is designed to be the same interface as Amazon S3. It