How to store an object in Riak with the Java client?
- by Jonas
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 if I can access riak from my java client? Do I…