Re: Guava 15

2013-12-16 Thread Pradeep Gollakota
>>> It should work imho. > >>> > >>> > >>> > >>> > >>> On Mon, Dec 16, 2013 at 3:16 PM, Kristoffer Sjögren >>>> wrote: > >>> > >>>> Thanks! But we cant really upgrade to HBase 0.96 rig

Re: Guava 15

2013-12-16 Thread Ted Yu
k imho. >>> >>> >>> >>> >>> On Mon, Dec 16, 2013 at 3:16 PM, Kristoffer Sjögren >>> wrote: >>> >>>> Thanks! But we cant really upgrade to HBase 0.96 right now, but we need >>> to >>>> go to Guava 15

Re: Guava 15

2013-12-16 Thread Kristoffer Sjögren
; > > That means more or less backporting the patch to the 0.94, no? > > It should work imho. > > > > > > > > > > On Mon, Dec 16, 2013 at 3:16 PM, Kristoffer Sjögren > >wrote: > > > > > Thanks! But we cant really upgrade to HBase 0.

Re: Guava 15

2013-12-16 Thread Ted Yu
offer Sjögren >wrote: > > > Thanks! But we cant really upgrade to HBase 0.96 right now, but we need > to > > go to Guava 15 :-( > > > > I was thinking of overriding the classes fixed in the patch in our test > > environment. > > > > Could this work

Re: Guava 15

2013-12-16 Thread Nicolas Liochon
That means more or less backporting the patch to the 0.94, no? It should work imho. On Mon, Dec 16, 2013 at 3:16 PM, Kristoffer Sjögren wrote: > Thanks! But we cant really upgrade to HBase 0.96 right now, but we need to > go to Guava 15 :-( > > I was thinking of overriding the c

Re: Guava 15

2013-12-16 Thread Kristoffer Sjögren
Thanks! But we cant really upgrade to HBase 0.96 right now, but we need to go to Guava 15 :-( I was thinking of overriding the classes fixed in the patch in our test environment. Could this work maybe? On Mon, Dec 16, 2013 at 11:01 AM, Kristoffer Sjögren wrote: > Hi > > At t

Re: Guava 15

2013-12-16 Thread Nicolas Liochon
Hi, It's fixed in HBase 0.96 (by HBASE-9667). Cheers, Nicolas On Mon, Dec 16, 2013 at 11:01 AM, Kristoffer Sjögren wrote: > Hi > > At the moment HFileWriterV2.close breaks at startup when using Guava 15. > This is not a client problem - it happens because we start a ma

Guava 15

2013-12-16 Thread Kristoffer Sjögren
Hi At the moment HFileWriterV2.close breaks at startup when using Guava 15. This is not a client problem - it happens because we start a master node to do integration tests. A bit precarious and wonder if there are any plans to support Guava 15, or if there are clever way around this? Cheers