Re: best practices to work with buckets in java-client

2013-02-15 Thread Brian Roach
You only ever need to use client.createBucket() if you want to change the bucket properties from the defaults. This is due to the way Riak works; a put or fetch operation that uses a bucket that doesn't exist will create that bucket with the default bucket properties. To be clear, if you do: Buc

Re: best practices to work with buckets in java-client

2013-02-15 Thread Guido Medina
I would say it is totally safe to treat them as singleton (static reference or just singleton pattern), we have been doing that for a year with no issues so far. Hope that helps, Guido. On 15/02/13 22:07, Mikhail Tyamin wrote: Hello guys, what is the best way to work with Bucket object in j

best practices to work with buckets in java-client

2013-02-15 Thread Mikhail Tyamin
Hello guys, what is the best way to work with Bucket object in java-client? Can I create it once (on application's start) and store somewhere (like static field for example) or I should create it ( riakClient.createBucket("bucketName") ) once and then fetch it ( riakClient.fetchBucket("bucket

[ANNC] Riak 1.3.0 RC4

2013-02-15 Thread Jared Morrow
Riak Users, First off, sorry for the lack of updates on the RC front for a while, but we've been busy testing Riak prepping for 1.3 release. Today we'd like to make available RC4 for your viewing / testing / benchmarking pleasure. The last public RC I sent out was RC2, so what happened to RC3?

Re: Riak Java client 100% CPU

2013-02-15 Thread Brian Roach
Daniel - Fixed. I swear I thought I had edited the ACL. Thanks, - Roach On Fri, Feb 15, 2013 at 6:08 AM, Daniel Iwan wrote: > Hi > > Thanks for that and also for building riak-client with all dependencies. > But I'm afraid S3 bucket is password protected or link expired since I'm > getting Acce

RE: Riak Data-UI

2013-02-15 Thread Chad Engler
Very cool! This is really helpful for getting a cold-start on riak_control. I guess I will need to learn me some erlang, JavaScript is more of my strong suit :Ps -Chad -Original Message- From: Christopher Meiklejohn [mailto:cmeiklej...@basho.com] Sent: Thursday, February 14, 2013 1:31

Re: Riak Java client 100% CPU

2013-02-15 Thread Daniel Iwan
Hi Thanks for that and also for building riak-client with all dependencies. But I'm afraid S3 bucket is password protected or link expired since I'm getting AccessDenied on that 1.1.0 jar Daniel On 14 February 2013 17:22, Brian Roach wrote: > Daniel - > > Yes, sorry about that. This has been