Re: Displaying all data in a cluster

2012-06-22 Thread Clinton Shryock
Checkout Riak Control, it comes with Riak 1.1+ http://wiki.basho.com/Riak-Control.html It may not give you the granularity you're seeking but it does give good insight into how data is distributed in general and info on the nodes. +Clint On Jun 22, 2012, at 8:08 AM, Nick Tune wrote: > Hello :

Re: Cannot Install Riak

2012-06-21 Thread Clinton Shryock
Can you detail or post any links to your solution? Someone may come across this thread in the future with a similar problem. +Clint On Jun 21, 2012, at 1:28 PM, Nick Tune wrote: > Hahah would you believe it!!! > > I just did a bit of googling to fix that problem and it worked. > > I got 4 nod

Re: riak newbie

2012-06-21 Thread Clinton Shryock
Alternatively if you have git available you can simply clone basho/riak from GitHub: > $ git clone git://github.com/basho/riak.git > $ cd riak > $ make all > $ make devrel After that you should have your 4 node dev environment up and be able to continue with the guide. +Clint On Jun 21, 2012,