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 oth

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

2014-06-26 Thread andresgomez92
Hello everybody, I try to send over 1~3 millions of object (key/value) to my riak cluster, (2~4 nodes) to query later. But when I'am sending the events using the api java [1] the api hang up and overload and I can't send my list of objects ... Someone can help me?? How Can i send over 1~3 million

compiling error

2014-06-26 Thread darkchanter
Hello I am trying to compile the Riak 1.4.9 sources on openSuSE 13.1 against Erlang R16. I know this version of the Erlang VM is not officially supported, but I still changed the regex expression in rebar.config, since I read it's not a problem. Now it seems that a crypto class in an Erlang source

Re: compiling error

2014-06-26 Thread Evan Vigil-McClanahan
No. A fair amount of work went into R16 compatibility, and it was never ported to the 1.4 branch. A set of patches exists, but I have no idea if it would apply cleanly. Best to just use a packaged version of the application, which will come with its own version of erlang. On Thu, Jun 26, 2014 a

Re: compiling error

2014-06-26 Thread darkchanter
Thank You Unfortunately "openSuSE" is not available on http://docs.basho.com/riak/latest/downloads/ and there seems to be no "Riak" repo in zypper as mentioned in http://docs.basho.com/riak/latest/ops/building/installing/suse/ Since I am very new to Riak and I'd like to try out some basic feature

Re: compiling error

2014-06-26 Thread Evan Vigil-McClanahan
If you're limited to R16, you can check out one of the 2.0.0 beta releases. Please also note that due to VM bugs, we don't recommend using any R16 release lower than R16B02. On Thu, Jun 26, 2014 at 11:30 AM, darkchanter wrote: > Thank You > > Unfortunately "openSuSE" is not available on > http:/

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 wrote: > Hello everybody, > > I try to send over 1~3 millions of o

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 downloade

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: http://riak-users.197444.n3.nabble.com/compiling-error-tp4031280p4031287.html

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 c

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 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 important to note that

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 in

Re: Riak for streaming video

2014-06-26 Thread Jason Campbell
Riak CS is designed to be the same interface as Amazon S3. It can be run anywhere you can run Riak. Think of it as a way to run your own S3. I think the hard limit on Riak objects is 50MB, but the recommended size is less than 1MB per object. The main reason for that is latency. It's faster

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 wrote: > Riak CS is designed to be the same interface as Amazon S3. It can be run > anywhe