Re: Guava version incompatible

2014-08-07 Thread Nicolas Liochon
and Regards > Deepa > > > > From: "Dai, Kevin" > To: "user@hbase.apache.org" > Date: 08/07/2014 11:11 AM > Subject:Guava version incompatible > > > > Hi, all > > I am now using spark to manipulate hbase. But I ca

Re: Guava version incompatible

2014-08-06 Thread Deepa Jayaveer
Is there any tutorials available in the net to connect Spark Java API with HBase ? Thanks and Regards Deepa From: "Dai, Kevin" To: "user@hbase.apache.org" Date: 08/07/2014 11:11 AM Subject: Guava version incompatible Hi, all I am now using spark to m

Guava version incompatible

2014-08-06 Thread Dai, Kevin
Hi, all I am now using spark to manipulate hbase. But I cant't use HBaseTestingUtility to do unit test. Because spark needs Guava 15.0 and above while Hbase needs Guava 14.0.1. These two versions are incompatible. Is there any way to solve this conflict with maven. Thanks, Kevin.