You can try these commands‍
./sbt/sbt assembly‍./sbt/sbt "test-only *.HiveCompatibilitySuite" -Phive‍

‍





------------------ Original ------------------
From:  "田毅";<tia...@asiainfo.com>;
Date:  Fri, Aug 1, 2014 05:00 PM
To:  "dev"<dev@spark.apache.org>; 

Subject:  How to run specific sparkSQL test with maven



Hi everyone!

Could any one tell me how to run specific sparkSQL test with maven?

For example:

I want to test HiveCompatibilitySuite.

I ran “mvm test -Dtest=HiveCompatibilitySuite”

It did not work. 

BTW, is there any information about how to build a test environment of sparkSQL?

I got this error when i ran the test.

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”

Reply via email to