aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests
diff options
context:
space:
mode:
authorNicholas Chammas <nicholas.chammas@gmail.com>2014-09-17 22:37:11 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-09-17 22:37:11 -0700
commit5547fa1ee98bf166061804bd64df4cb51a656a3f (patch)
treef656485420ade8680ca8890bfc2b1e07776d6fac /dev/run-tests
parent3f169bfe3c322bf4344e13276dbbe34279b59ad0 (diff)
downloadspark-5547fa1ee98bf166061804bd64df4cb51a656a3f.tar.gz
spark-5547fa1ee98bf166061804bd64df4cb51a656a3f.tar.bz2
spark-5547fa1ee98bf166061804bd64df4cb51a656a3f.zip
[SPARK-3534] Add hive-thriftserver to SQL tests
Addresses the problem pointed out in [this comment](https://github.com/apache/spark/pull/2441#issuecomment-55990116). Author: Nicholas Chammas <nicholas.chammas@gmail.com> Closes #2442 from nchammas/patch-1 and squashes the following commits: 7e68b60 [Nicholas Chammas] [SPARK-3534] Add hive-thriftserver to SQL tests
Diffstat (limited to 'dev/run-tests')
-rwxr-xr-xdev/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/run-tests b/dev/run-tests
index 7c002160c3..5f6df17b50 100755
--- a/dev/run-tests
+++ b/dev/run-tests
@@ -149,7 +149,7 @@ echo "========================================================================="
if [ -n "$_SQL_TESTS_ONLY" ]; then
# This must be an array of individual arguments. Otherwise, having one long string
#+ will be interpreted as a single test, which doesn't work.
- SBT_MAVEN_TEST_ARGS=("catalyst/test" "sql/test" "hive/test")
+ SBT_MAVEN_TEST_ARGS=("catalyst/test" "sql/test" "hive/test" "hive-thriftserver/test")
else
SBT_MAVEN_TEST_ARGS=("test")
fi