TestAvroSerdeUtils hangs for a long time

2014-07-24 Thread Pavel Chadnov
e any help here. Thanks -- Regards, Pavel Chadnov

Re: Error running unit tests from eclipse (weird classpath issue)

2014-07-22 Thread 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,

Error running unit tests from eclipse (weird classpath issue)

2014-07-22 Thread Pavel Chadnov
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

Error running unit tests from eclipse (weird classpath issue)

2014-07-22 Thread Pavel Chadnov
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

Subject: Error running unit tests from eclipse (weird classpath issue)

2014-07-22 Thread Pavel Chadnov
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

Hive unit testing and MySQL driver

2014-05-28 Thread 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