e any help here.
Thanks
--
Regards,
Pavel Chadnov
How can I do it in eclipse. I do this in console and it works
On Tuesday, July 22, 2014, Nick Dimiduk wrote:
> Are you specifying a hadoop profile via eclipse? Ie, from maven,
> -Phadoop-2.
>
>
> On Tue, Jul 22, 2014 at 4:03 PM, Pavel Chadnov > wrote:
>
>> Hey Guys,
Hey Guys,
I'm trying to run Hive unit tests on eclipse and have few failures. One of
the interesting one is throwing this exception as shown below when ran from
eclipse, this one passes fine from the console.
java.lang.IncompatibleClassChangeError: Implementing class
at java.lang.ClassLoader.d
Hey Guys,
I'm trying to run Hive unit tests on eclipse and have few failures. One of
the interesting one is throwing this exception as shown below when ran from
eclipse, this one passes fine from the console.
java.lang.IncompatibleClassChangeError: Implementing class
at java.lang.ClassLoader.d
nBare(TestCase.java:132)
I tried adding hadoop-shims project in the classpath by manually adding
them but no luck. Would really appreciate any help here.
Thanks,
Pavel
--
Regards,
Pavel Chadnov
Hello,
I'm trying to make sure that unit tests are passed on my local machine for
Hive 0.13 but for ql module I get a java.lang.ClassNotFoundException:
com.mysql.jdbc.Driver.
I'm running the tests using line: "mvn test -Phadoop-2"
How can I have the tests passed?
Thank you