-
as seen on Server Fault
- Search for 'Server Fault'
We have 4 nodes Riak installation. They are running on Ubuntu 12.04 LTS Precise installed servers.
We have installed 1.1.4 at August 1st 2012 and upgraded 1.2.0 when its available.
Server names are:
f1 - 10.10.0.12 - This is the first installed server. We have joined other ones to this server.…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
From what I can see, when using Riak to update an object, I first need to load the object into PHP, then edit the object, then store the object back to the Riak database.
I was wondering if there is a way to update a bucket without pulling it into PHP first. That way, it would save on the network…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does anyone have example code for mapreduce for Riak that can be run on a single Riak node.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have setup Riak on a Ubuntu machine, and it seam to work if I do riak ping.
Now I would like to use the Riak Java client to store an object, but it doesn't work. I get com.basho.riak.client.response.RiakIORuntimeException when I try to store an object. What am I doing wrong? Is there a way to test…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to evaluate using Riak's Post-Commit Hooks to build a distributed, incremental MapReduce-based index, but was wondering which Riak nodes the Post-Commit Hooks actually run on. Are they run on the nodes the client used to put the commits, or on the primary nodes where the data is persisted…
>>> More