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:
http://apache-spark-developer
You can try these commands
./sbt/sbt assembly./sbt/sbt "test-only *.HiveCompatibilitySuite" -Phive
-- Original --
From: "田毅";;
Date: Fri, Aug 1, 2014 05:00 PM
To: "dev";
Subject: How to run specific sparkSQL test with maven
Hi everyone!
Could any