You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by ar...@apache.org on 2015/09/21 10:25:58 UTC

lens git commit: LENS-776 : Lens Server not Starting if there is a failure in creating saved query table

Repository: lens
Updated Branches:
  refs/heads/master 5f60bdc62 -> b72c76041


LENS-776 : Lens Server not Starting if there is a failure in creating saved query table


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

Branch: refs/heads/master
Commit: b72c76041238bb44c6506610417104edeb974035
Parents: 5f60bdc
Author: Amruth S <am...@apache.org>
Authored: Mon Sep 21 13:54:55 2015 +0530
Committer: arshad-matin <ar...@apache.org>
Committed: Mon Sep 21 13:54:55 2015 +0530

----------------------------------------------------------------------
 lens-server/src/main/resources/lensserver-default.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/b72c7604/lens-server/src/main/resources/lensserver-default.xml
----------------------------------------------------------------------
diff --git a/lens-server/src/main/resources/lensserver-default.xml b/lens-server/src/main/resources/lensserver-default.xml
index 6a1ac7f..3c8fc09 100644
--- a/lens-server/src/main/resources/lensserver-default.xml
+++ b/lens-server/src/main/resources/lensserver-default.xml
@@ -55,7 +55,7 @@
 
   <property>
     <name>lens.server.servicenames</name>
-    <value>session,query,metastore,scheduler,quota,savedquery</value>
+    <value>session,query,metastore,scheduler,quota</value>
     <description>These services would be started in the specified order when lens-server starts up</description>
   </property>
 
@@ -366,7 +366,7 @@
 
   <property>
     <name>lens.server.ws.resourcenames</name>
-    <value>session,metastore,query,quota,scheduler,index,log,savedquery</value>
+    <value>session,metastore,query,quota,scheduler,index,log</value>
     <description>These JAX-RS resources would be started in the specified order when lens-server starts up</description>
   </property>