To run an individual Hive compatibility test:
sbt/sbt -Phive -Dspark.hive.whitelist="testname.*" "hive/test-only org.apache.spark.sql.hive.execution.HiveCompatibilitySuite" |
where testname.* is a list of comma separated regex patterns that matche the tests that you want to run.