Skip to content

Commit

Permalink
[SPARK-3534] Add hive-thriftserver to SQL tests
Browse files Browse the repository at this point in the history
Addresses the problem pointed out in [this comment](apache#2441 (comment)).

Author: Nicholas Chammas <[email protected]>

Closes apache#2442 from nchammas/patch-1 and squashes the following commits:

7e68b60 [Nicholas Chammas] [SPARK-3534] Add hive-thriftserver to SQL tests
  • Loading branch information
nchammas authored and pwendell committed Sep 18, 2014
1 parent 3f169bf commit 5547fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5547fa1

Please sign in to comment.