You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/09/18 07:37:14 UTC

git commit: [SPARK-3534] Add hive-thriftserver to SQL tests

Repository: spark
Updated Branches:
  refs/heads/master 3f169bfe3 -> 5547fa1ee


[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 <ni...@gmail.com>

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

7e68b60 [Nicholas Chammas] [SPARK-3534] Add hive-thriftserver to SQL tests


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5547fa1e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5547fa1e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5547fa1e

Branch: refs/heads/master
Commit: 5547fa1ee98bf166061804bd64df4cb51a656a3f
Parents: 3f169bf
Author: Nicholas Chammas <ni...@gmail.com>
Authored: Wed Sep 17 22:37:11 2014 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Wed Sep 17 22:37:11 2014 -0700

----------------------------------------------------------------------
 dev/run-tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/5547fa1e/dev/run-tests
----------------------------------------------------------------------
diff --git a/dev/run-tests b/dev/run-tests
index 7c00216..5f6df17 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org