Re: Auto-expiring blobs on Riak CS

2013-11-21 Thread Siddhu Warrier (siwarrie)
Hi Kota, Thank you for the information. Thanks, Siddhu Sent from my iPhone > On 21 Nov 2013, at 07:09, "Kota Uenishi" wrote: > > Hi, > Unfortunately, there is no support of timed expiry of objects for now > - "object lifecycle" [0] would have been best candidate if we had > decided to make

Re: Hard time with Riak 2.0.0pre5 features

2013-11-21 Thread Valter Balegas
Thanks, it works now! i wouldn’t realize that bucket type had to be specified as a type. But i did say that i didn’t now what that meant. :) I hope i can do all my experiments now, Valter No dia 20/11/2013, às 21:04, Valter Balegas escreveu: > Hello, > > Here is the sequence of commands: >

Re: Search Crashes

2013-11-21 Thread Ryan Zezeski
On Wed, Nov 20, 2013 at 2:38 PM, Gabriel Littman wrote: > > > 1) We are installed via deb package > ii riak 1.4.1-1 > Riak is a distributed data store > There's a 1.4.2 out but your issue doesn't seem to have anything do with a specific 1.4.1 bug. > > 2) We did rec

Re: Riak Search Map Reduce error

2013-11-21 Thread Roger Diller
Ok, I'm not exactly sure what will be most helpful to you, but I am attaching an example of a Key/Value. What you see in the file, we would have thousands of those. Probably would get to at least a million or so KV's like that. The bucket is search enabled, so all those JSON fields are going to b

Re: 404 Error: Object Not Found

2013-11-21 Thread Hector Castro
Hi Ari, I applied the same changes you described to a local single instance Riak setup and was unable to reproduce your issue. Can you please answer/provide the following? - Double-check your configuration changes - Did you change IP addresses in app.config or vm.args? - Did you startup Riak bef

Re: Using Riak to perform aggregate queries

2013-11-21 Thread NC
Our use-case is very similar to what Chris has described till now. I am new to the riak store and have a background with RDBMS. Going over this thread, there was a suggestion to pre-compute things. I am trying to understand what pre-compute exactly means. Does it mean using pre or post commit hook

Re: [ANN] Python client 2.0.2 release

2013-11-21 Thread Dave Martorana
Hi Sean! I was wondering if you were starting to work on Riak 2.0 features, and if so, which branch I might follow development? Cheers, Dave On Mon, Nov 18, 2013 at 4:44 PM, Sean Cribbs wrote: > Hi riak-users, > > I've just released version 2.0.2 of the official Python client for > Riak[1].

Re: [Confusing search docs] Enabling search on bucket in Riak 2.0

2013-11-21 Thread Ryan Zezeski
On Wed, Nov 20, 2013 at 3:48 PM, Kartik Thakore wrote: > Thank you. > > I am creating indexes with: > > curl -i -XPUT http://192.168.1.10:8098/yz/index/allLogs \ >-H 'content-type: application/json' \ > -d '{"schema" : "_yz_default", "bucket" : "logs" }' > > > But when I check the i

Re: [ANN] Python client 2.0.2 release

2013-11-21 Thread Sean Cribbs
Some of the new Search (Yokozuna) features have already landed on master thanks to Eric Redmond. I will be hacking on the 2.0 features in earnest next month. On Thu, Nov 21, 2013 at 2:02 PM, Dave Martorana wrote: > Hi Sean! > > I was wondering if you were starting to work on Riak 2.0 features,

Re: Links and uniqueness

2013-11-21 Thread Matt Black
Apologies for the bump! Basho guys, can I get a confirmation on the uniqueness of links between two objects please? (Before I go an modify the code in my app to suit) Thanks Matt On 19 November 2013 14:31, Matt Black wrote: > Hello list, > > Once upon a time, a link from one object to another

Re: Links and uniqueness

2013-11-21 Thread Brian Roach
Matt - This has never been a restriction in Riak itself AFAIK. I fixed the same issue in the Java client over a year ago - it was using a hashmap for links so duplicates were discarded; https://github.com/basho/riak-java-client/pull/165 - Roach On Thu, Nov 21, 2013 at 7:00 PM, Matt Black wrote:

Re: Links and uniqueness

2013-11-21 Thread Matt Black
Thanks Brian, I suspected it was a constraint applied in the client tools (although in my case the Python ones). On 22 November 2013 13:05, Brian Roach wrote: > Matt - > > This has never been a restriction in Riak itself AFAIK. I fixed the > same issue in the Java client over a year ago - it wa

Re: Riak 1.4x counter examples using riakc (erlang-riak-client)

2013-11-21 Thread Russell Brown
Hi Mark, The Counter is just a a riak_object under the hood (at the Riak end of things) to the erlang client though it is modelled as an integer and operations on an integer. We’ll get around to the README, sorry about that. Using the counter is pretty simple. First you need to set whatever bu