Hello, I'm trying to run Hive unit tests on my local machine. At first Hive could not load Mysql driver (some tests for ql are failing). I put the mysql connector jar to the conf dir. It didn't help (tests failing) but when I choose some of the tests and run it individually (just one test class), it passes. So the question is: how can I make the unit tests not to fail while trying to load mysql driver?
-- Regards, Pavel Chadnov
