Re: Hive unit testing and MySQL driver

2014-05-29 Thread Szehon Ho
I havent seen that error before, and cant think why it would need mysql driver. The tests run with Derby out of the box. Did you modify some dependencies? Can you paste the exact error you see? Thanks Szehon On Wed, May 28, 2014 at 5:10 PM, Pavel Chadnov wrote: > Hello, > > I'm trying to ma

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 -- Regards, Pavel Chad