What's the HBase version? You should be able to use guava 15 with HBase 0.96 or 0.98 (see HBASE-9667 for the details).
On Thu, Aug 7, 2014 at 7:57 AM, Deepa Jayaveer <[email protected]> wrote: > Is there any tutorials available in the net to connect Spark Java API > with HBase ? > > > Thanks and Regards > Deepa > > > > From: "Dai, Kevin" <[email protected]> > To: "[email protected]" <[email protected]> > Date: 08/07/2014 11:11 AM > Subject: Guava version incompatible > > > > 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. > > =====-----=====-----===== > Notice: The information contained in this e-mail > message and/or attachments to it may contain > confidential or privileged information. If you are > not the intended recipient, any dissemination, use, > review, distribution, printing or copying of the > information contained in this e-mail message > and/or attachments to it are strictly prohibited. If > you have received this communication in error, > please notify us by reply e-mail or telephone and > immediately and permanently delete the message > and any attachments. Thank you > > >
