Re: Riak nodes (potentially) have empty partitions

2012-06-08 Thread Nitish Sharma
Hi Mark, Riak admin reports 6 (out of 15 nodes) with 25-30% free memory, 3 nodes with 8-10% and 6 nodes with 18-20%. This unequal distribution forces us to add new nodes relatively fast. Cheers Nitish On Thu, Jun 7, 2012 at 12:20 AM, Mark Phillips wrote: > Hi Nitish, > > On Tue, Jun 5, 2012 at

Re: Riak nodes (potentially) have empty partitions

2012-06-08 Thread Nitish Sharma
Hi Jared, We have a 15 nodes Riak (bitcask) cluster containing almost 2.8 billion keys. Cheers Nitish On Thu, Jun 7, 2012 at 1:19 AM, Jared Morrow wrote: > Also, how many nodes do you have and approximately how many keys are in > Riak? > > -Jared > > > On Jun 6, 2012, at 4:20 PM, Mark Phillips

Re: Are integer indexes in 2i 64-bit or 32-bit?

2012-06-08 Thread Guido Medina
I would say just to add long and Long for indexing (So it that it supports Long, Integer and their respective natives), using BigNumber subclasses have a different semantic and would restrict the developers when designing the Riak POJOs. Guido. On 08/06/12 06:37, Russell Brown wrote: On 7 J

Re: Riak.mapValuesJson is returning a string

2012-06-08 Thread Brad Corson
Brian, Thanks for the response, and sorry I couldn't get back to you before this. I had to change focus to a couple of other projects before I could come back to my Riak project. We've solved our problem. Basically, we had to wrap the Riak.mapValuesJson so that the pertinent part of the map looks

Re: Are integer indexes in 2i 64-bit or 32-bit?

2012-06-08 Thread Brian Roach
The problem with long on Java is that it's a signed 64 bit int which doesn't fully solve the issue; there would be someone out there that would send in a bug saying that when you hit 2^63 it rolled over. The plan (if my memory is working, I have this written down on an ever growing todo list)

Re: Are integer indexes in 2i 64-bit or 32-bit?

2012-06-08 Thread Guido Medina
That sounds like the perfect solution, design/POJO wise will allow the developer to use whatever Number type while inside it is always a BigInteger. Very well thought out. Guido. On 08/06/12 15:50, Brian Roach wrote: The problem with long on Java is that it's a signed 64 bit int which doesn't

Requesting Installation Help

2012-06-08 Thread Trevor Hunsaker
I'm having troubles getting riak installed on Fedora 17. First, I tried with the packaged Erlang (R15B01). make rel complained about my Erlang version. It didn't work to changing the version regex everywhere I could find, though it's possible I missed some. Then, I built R14B03, and I get an "Unc

Re: Requesting Installation Help

2012-06-08 Thread Jared Morrow
Trevor, I don't have a FC 17 VM handy, so I can't test it, but have you tried the FC 15 package from http://basho.com/resources/downloads/? The only problem I could see you having is a wrong dependency on openssl, but you should be able to install the matching one along side the one that inst

Re: Requesting Installation Help

2012-06-08 Thread Zabrane Mickael
Hi Trevor, We've teh latest Riak up and running on Fedora 17 with R15B01. Follow these are the steps: $ wget http://downloads.basho.com.s3-website-us-east-1.amazonaws.com/riak/CURRENT/riak-1.1.2.tar.gz $ tar xzvf riak-1.1.2.tar.gz $ cd riak-1.1.2 $ ./rebar get-deps Remove this line "{require_o