Re:How to run specific sparkSQL test with maven

2014-08-01 Thread witgo
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: devdev@spark.apache.org; Subject: How to run specific sparkSQL test

Re: Re:How to run specific sparkSQL test with maven

2014-08-01 Thread Jeremy Freeman
With maven you can run a particular test suite like this: mvn -DwildcardSuites=org.apache.spark.sql.SQLQuerySuite test see the note here (under Spark Tests in Maven): http://spark.apache.org/docs/latest/building-with-maven.html -- View this message in context: