Nothing, the class is just not available in my project ...
> On 21 Feb 2018, at 17:36, Debraj Manna <[email protected]> wrote:
>
> What is the error you are getting?
>
> On 21-Feb-2018 9:51 PM, "Gauthier Feuillen" <[email protected]> wrote:
>
>> Yeah I already tested that (thanks for the help btw)
>>
>> Here are my dependencies:
>>
>> ————
>> lazy val hbaseTesting = "org.apache.hbase" % "hbase-testing-util" %
>> version % Test
>> lazy val hbaseServerTest = "org.apache.hbase" % "hbase-server" % version %
>> Test
>>
>> lazy val hbaseTestDependencies = Seq(hbaseTesting, hbaseServerTest)
>> ————
>>
>> See anything unusual ?
>>
>>
>>> On 21 Feb 2018, at 17:11, Debraj Manna <[email protected]> wrote:
>>>
>>> Use hbase-testing-util
>>>
>>> https://mvnrepository.com/artifact/org.apache.hbase/hbase-testing-util
>>>
>>> On 21-Feb-2018 9:40 PM, "Gauthier Feuillen" <[email protected]>
>> wrote:
>>>
>>>> I did that but still the class is not available. Strange.
>>>>
>>>>> On 21 Feb 2018, at 17:08, Debraj Manna <[email protected]>
>> wrote:
>>>>>
>>>>> You have to use hbase-testing-util dependency. Check the below
>> discussion
>>>>> in stackoverflow
>>>>>
>>>>> https://stackoverflow.com/q/48114833/785523
>>>>>
>>>>> On 21-Feb-2018 8:37 PM, "Gauthier Feuillen" <[email protected]>
>>>> 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.
>>>>
>>>>
>>
>>