Re: Accessing different HBase versions from the same JVM

2016-08-26 Thread Enrico Olivelli - Diennea
would say no; 0.94 is not wire compatible with 1.2.2 because the former uses Hadoop IPC and the latter uses protocol buffers. Sorry, Enrico. On Friday, August 26, 2016, Enrico Olivelli - Diennea < enrico.olive...@diennea.com<mailto:enrico.olive...@diennea.com>> wrote: Hi, I w

Accessing different HBase versions from the same JVM

2016-08-26 Thread Enrico Olivelli - Diennea
Hi, I would like to connect to both a 0.94 hbase cluster and a 1.2.2 hbase cluster from the same JVM I think that 0.94 client code is not compatible with 1.2.2 do you think it is possible ? Thank you -- Enrico Olivelli Software Development Manager @Diennea Tel.: (+39) 0546 066100 - Int. 925 Vi

R: Upgrade client to 1.0.0 - Dependency on legacy Guava Version ?

2015-04-02 Thread Enrico Olivelli - Diennea
lder version of guava, IIRC. > Changing this is non trivial, although I think it's super important to do. > > -Solomon > > On Wed, Apr 1, 2015 at 9:35 AM, Enrico Olivelli - Diennea < > enrico.olive...@diennea.com> wrote: > > > Hi all, > > I'm going

Upgrade client to 1.0.0 - Dependency on legacy Guava Version ?

2015-04-01 Thread Enrico Olivelli - Diennea
Hi all, I'm going to upgrade my Java client from version 0.94 to version 1.0.0. The new 1.0.0 client needs version 15.0 of Guava (due to a dependency of a deprecated constructor of StopWatch, http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/base/Stopwatch.html ), while I