Repository: incubator-livy
Updated Branches:
  refs/heads/master 649582606 -> 05bfa15ef


[MINOR] Disable hive in integration test

Straightforward change to disable hive in integration test, because there's no 
hive related setup in integration test, (no hive-site.xml and no datanulear 
jars uploaded)

Author: Jeff Zhang <zjf...@apache.org>

Closes #43 from zjffdu/hive.


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/05bfa15e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/05bfa15e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy/diff/05bfa15e

Branch: refs/heads/master
Commit: 05bfa15ef3a1df1cd4b7dabdb5c7ce47d9d26d16
Parents: 6495826
Author: Jeff Zhang <zjf...@apache.org>
Authored: Wed Sep 6 06:48:50 2017 +0800
Committer: Jeff Zhang <zjf...@gmail.com>
Committed: Wed Sep 6 06:48:50 2017 +0800

----------------------------------------------------------------------
 .../main/scala/org/apache/livy/test/framework/MiniCluster.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/05bfa15e/integration-test/src/main/scala/org/apache/livy/test/framework/MiniCluster.scala
----------------------------------------------------------------------
diff --git 
a/integration-test/src/main/scala/org/apache/livy/test/framework/MiniCluster.scala
 
b/integration-test/src/main/scala/org/apache/livy/test/framework/MiniCluster.scala
index 005a3e9..e048a7d 100644
--- 
a/integration-test/src/main/scala/org/apache/livy/test/framework/MiniCluster.scala
+++ 
b/integration-test/src/main/scala/org/apache/livy/test/framework/MiniCluster.scala
@@ -170,7 +170,7 @@ object MiniLivyMain extends MiniClusterBase {
 
     val server = new LivyServer()
     server.start()
-    server.livyConf.set(LivyConf.ENABLE_HIVE_CONTEXT, true)
+    server.livyConf.set(LivyConf.ENABLE_HIVE_CONTEXT, false)
     // Write a serverUrl.conf file to the conf directory with the location of 
the Livy
     // server. Do it atomically since it's used by MiniCluster to detect when 
the Livy server
     // is up and ready.

Reply via email to