Re: How to run specific sparkSQL test with maven

2014-08-01 Thread Cheng Lian
It’s also useful to set hive.exec.mode.local.auto to true to accelerate the test. ​ On Sat, Aug 2, 2014 at 1:36 AM, Michael Armbrust wrote: > > > > It seems that the HiveCompatibilitySuite need a hadoop and hive > > environment, am I right? > > > > "Relative path in absolute URI: > > file:$%7Bs

Re: How to run specific sparkSQL test with maven

2014-08-01 Thread Michael Armbrust
> > It seems that the HiveCompatibilitySuite need a hadoop and hive > environment, am I right? > > "Relative path in absolute URI: > file:$%7Bsystem:test.tmp.dir%7D/tmp_showcrt1” > You should only need Hadoop and Hive if you are creating new tests that we need to compute the answers for. Existing