java client user meta got lost

2014-07-31 Thread Jason W
I try to use the following code to update an k/v entry, after the execution, I don't find the original user meta data associated w/ the entry that I originally added...read the riak java client code, looks like it is not preserving the originally user meta data. Thanks. UpdateValue.Update

Set up riak for unittest in Java

2014-07-31 Thread Fenglin 凤麟
Is there an easy way to set up riak for unittest purpose? I have some java service that talks to Riak, and I want to write unittest for that flow to make sure the Riak client is properly triggered. I tried Mockito to mock Riak client out, but then I realized that I need to mock out the

Riak CS with hadoop over s3 protocol

2014-07-31 Thread Charles Shah
Hi, I would like to use MapR with Riak CS for hadoop map reduce jobs. My code is currently referring to objects using s3n:// urls. I'd like to be able to have the hadoop code on MapR point to the Riak CS cluster using the s3 url. Is there a proxy or hostname setting in hadoop to be able to route

Re: Riak CS with hadoop over s3 protocol

2014-07-31 Thread Andrew Stone
Hi Charles, AFAIK we haven't ever tested Riak Cs with the MapR connector. However, if MapR works with S3, you should just have to change the IP to point to a load balancer in front of your local Riak CS cluster. I'm unaware of how to change that setting in MapR though. It seems like a question

Re: Riak CS with hadoop over s3 protocol

2014-07-31 Thread John Daily
This blog post on configuring S3 clients to work with CS may be useful: http://basho.com/riak-cs-proxy-vs-direct-configuration/ Sent from my iPhone On Jul 31, 2014, at 2:53 PM, Andrew Stone ast...@basho.com wrote: Hi Charles, AFAIK we haven't ever tested Riak Cs with the MapR connector.

Registration now open for RICON 2014 – Las Vegas, October 28-29

2014-07-31 Thread Peter Coppola
Great news - *RICON* is back – bigger and better than ever! As a Riak user, we want to give you some information about this year’s event, which will take place October 28-29, 2014 at the Palms in Las Vegas. RICON 2014 will feature a training day on October 27, as well as two days of keynote

Re: Riak CS with hadoop over s3 protocol

2014-07-31 Thread Kota Uenishi
I played on Hadoop MapReduce on Riak CS, and it actually worked with the latest 1.5 beta package. Hadoop relies S3 connectivity on jets3t, so if MapR uses vanilla jets3t it will work. I believe so because MapR works on EMR (which usually extracts data from S3). Technically, you can add several