You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2015/04/15 21:47:42 UTC

[18/30] incubator-lens git commit: LENS-212: Disable the persistent resultset in psuedo distributed conf (sharad)

LENS-212: Disable the persistent resultset in psuedo distributed conf (sharad)


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

Branch: refs/heads/master
Commit: ff152d992b54596a5de62d98df86ec70a8670a7b
Parents: 3c6077a
Author: Sharad Agarwal <sh...@flipkarts-MacBook-Pro.local>
Authored: Wed Feb 18 14:38:13 2015 +0530
Committer: Amareshwari Sriramadasu <am...@apache.org>
Committed: Thu Feb 19 10:22:42 2015 +0530

----------------------------------------------------------------------
 tools/conf-pseudo-distr/server/lens-site.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/ff152d99/tools/conf-pseudo-distr/server/lens-site.xml
----------------------------------------------------------------------
diff --git a/tools/conf-pseudo-distr/server/lens-site.xml b/tools/conf-pseudo-distr/server/lens-site.xml
index 8110ab8..6dc7eff 100644
--- a/tools/conf-pseudo-distr/server/lens-site.xml
+++ b/tools/conf-pseudo-distr/server/lens-site.xml
@@ -33,4 +33,14 @@
   <name>lens.server.drivers</name>
   <value>org.apache.lens.driver.hive.HiveDriver,org.apache.lens.driver.jdbc.JDBCDriver</value>
 </property>
+
+<property>
+  <name>lens.query.enable.persistent.resultset</name>
+  <value>false</value>
+</property>
+
+<property>
+  <name>lens.query.enable.persistent.resultset.indriver</name>
+  <value>false</value>
+</property>
 </configuration>