Re: Riak Control

2016-06-08 Thread satish bhatti
OK, I got it working by using MD5, thanks! On Wed, Jun 8, 2016 at 1:38 AM, Magnus Kessler wrote: > On 8 June 2016 at 00:40, satish bhatti wrote: > >> I am trying to run Riak Control for my Riak 1.4.12 setup on OSX. I >> followed the instructions here: >> >> http://docs.basho.com/riak/1.4.12/op

Re: Massive json schema update

2016-06-08 Thread Guillaume Boddaert
Well, We are talking about ~30 million items, in a single bucket. Those are standard tweets, I need to alter all of them because of an invalid structure. My cluster is not in production, but I am willing to start validating a procedure that will be used at some point on a production cluster,

Re: Riak Control

2016-06-08 Thread Magnus Kessler
On 8 June 2016 at 00:40, satish bhatti wrote: > I am trying to run Riak Control for my Riak 1.4.12 setup on OSX. I > followed the instructions here: > > http://docs.basho.com/riak/1.4.12/ops/advanced/riak-control/ > > for setting it up. When I try to access: > > https://localhost:8069/admin > >

Re: Massive json schema update

2016-06-08 Thread Damien Krotkine
Hi Guillaume, If I understand correctly you need to change all the values of your JSON data. How many keys are we talking about, how big are the data, and in how many buckets are the keys? Also, is your cluster in production yet? > Le 7 juin 2016 à 18:43, Guillaume Boddaert > a écrit : >