Hello Luke, I've come to have new questions about RIAK. I have the 3-node cluster up and running, I have stored some data in the cluster using a Bucket called "Productos". In that bucket, I have stored java objects of a class "Product", which has the following attributes: ID,Name,Description, Price,Vendor,ImgURL. I have stored them using the "Mybucket".store(Product.ID,Product).execute(); instruction. I've come to the point where I want to apply some madreduce to determine what words are the most used for the description attribute of each product, I've seen examples of mapreduce but they haven't help a lot. Any clue?
-- View this message in context: http://riak-users.197444.n3.nabble.com/Can-t-set-long-node-name-Ubuntu-14-04-tp4031989p4032049.html Sent from the Riak Users mailing list archive at Nabble.com. _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com