Re: Different versions of accumulo libraries on client and server

2015-10-17 Thread vaibhav thapliyal
Hi Denis, As far as my experience with working on accumulo, ideally you should use the client libraries corresponding to your server version. But I have also used the 1.7.0 libraries on my 1.6.3 accumulo cluster without ever facing a problem. Vaibhav On 17-Oct-2015 3:17 pm, "Denis"

Different versions of accumulo libraries on client and server

2015-10-17 Thread Denis
Hi. My client software needs to work with few accumulo clusters, some 1.6 and some 1.7. Would it be correct to use 1.7 accumulo libraries on the client and 1.6.x on the server? Actually it works, I just want to be sure if I am right doing that.

Re: Different versions of accumulo libraries on client and server

2015-10-17 Thread Christopher
While not explicitly supported, using a newer client is probably acceptable. However, be aware that some features won't be supported, and others may behave differently. On the other hand, we do explicitly support compatibility between bugfix versions. So, if there's a problem with using 1.6.4

Re: Different versions of accumulo libraries on client and server

2015-10-17 Thread David Medinets
Isn't OSGI (http://www.osgi.org/Main/HomePage) designed to allow using different versions of client libraries? On Sat, Oct 17, 2015 at 8:54 AM, Christopher wrote: > While not explicitly supported, using a newer client is probably > acceptable. However, be aware that some