Re: Running tests in IntelliJ

2014-09-02 Thread Lars Francke
Thanks Navis, I'll try that! On Mon, Sep 1, 2014 at 8:20 AM, Navis류승우 wrote: > Make a jar dependency on metastore module with hive-metastore,jar and give > higher priority to it than module source. Pretty sure there is a better way > than this. > > Thanks, > Navis > > > 2014-08-30 18:47 GMT+09:

Re: Running tests in IntelliJ

2014-08-31 Thread Navis류승우
Make a jar dependency on metastore module with hive-metastore,jar and give higher priority to it than module source. Pretty sure there is a better way than this. Thanks, Navis 2014-08-30 18:47 GMT+09:00 Lars Francke : > Hi, > > I'm trying to set up my dev environment properly so that I can run

Running tests in IntelliJ

2014-08-30 Thread Lars Francke
Hi, I'm trying to set up my dev environment properly so that I can run tests in IntelliJ but a lot of them fail due to errors like this: "Caused by: org.datanucleus.api.jdo.exceptions.ClassNotPersistenceCapableException: The class "org.apache.hadoop.hive.metastore.model.MVersionTable" is not pers