Hbase integration testing

2018-02-21 Thread Gauthier Feuillen
Hi, I’d like to be able to unit test my HBase application. I see a lot of posts using the HBaseTestingUtility. I can’t get it into my project. Which dependency(ies) should I use ? Best, Gauthier.

Re: Hbase integration testing

2018-02-22 Thread Gauthier Feuillen
t tree clean" > > > > On Wed, Feb 21, 2018 at 8:21 AM, Gauthier Feuillen <gauth...@dataroots.io> > wrote: > >> Yeah I already tested that (thanks for the help btw) >> >> Here are my dependencies: >> >> >> lazy val hbaseTesting

Re: Hbase integration testing

2018-02-21 Thread Gauthier Feuillen
st lazy val hbaseTestDependencies = Seq(hbaseTesting, hbaseServerTest) See anything unusual ? > On 21 Feb 2018, at 17:11, Debraj Manna <subharaj.ma...@gmail.com> wrote: > > Use hbase-testing-util > > https://mvnrepository.com/artifact/org.apache.hbase/hbase-testing

Re: Hbase integration testing

2018-02-21 Thread Gauthier Feuillen
33/785523 > > On 21-Feb-2018 8:37 PM, "Gauthier Feuillen" <gauth...@dataroots.io> wrote: > > Hi, > > I’d like to be able to unit test my HBase application. I see a lot of posts > using the HBaseTestingUtility. I can’t get it into my project. Which > dependency(ies) should I use ? > > Best, > Gauthier.

Re: Hbase integration testing

2018-02-21 Thread Gauthier Feuillen
Nothing, the class is just not available in my project ... > On 21 Feb 2018, at 17:36, Debraj Manna <subharaj.ma...@gmail.com> wrote: > > What is the error you are getting? > > On 21-Feb-2018 9:51 PM, "Gauthier Feuillen" <gauth...@dataroots.io> wrote: >