Re: Riak Java client API

2016-10-29 Thread AJAX DoneBy Jack
Hi Pratik, >From exception msg you are missing joda time jar, download one and put in your classpath. If you use maven it will download the dependency for you automatically. Hope this help. Ajax On Friday, 28 October 2016, Pratik Kulkarni wrote: > Hi All, > > I am working on a distributed file

Riak Java client API

2016-10-29 Thread Pratik Kulkarni
Hi All, I am working on a distributed file storage system using the Java Netty framework. For this purpose i have Raik KV as an in memory storage solution. Following jar dependencies are present in my build path : jackson-all-1.8.5.jar netty-all-4.0.15.Final.jar slf4j-api-1.7.2.jar slf4j-sim