You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by su...@apache.org on 2017/07/03 17:09:27 UTC

[6/7] incubator-trafodion git commit: [TRAFODION-2663] move hbase client setting to trafodion-site.xml

[TRAFODION-2663] move hbase client setting to trafodion-site.xml


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

Branch: refs/heads/master
Commit: 35f929954c11ab92df230d39f84507369e799c0c
Parents: c55b2fd
Author: Steve Varnau <st...@esgyn.com>
Authored: Wed Jun 28 21:00:58 2017 +0000
Committer: Steve Varnau <st...@esgyn.com>
Committed: Wed Jun 28 21:00:58 2017 +0000

----------------------------------------------------------------------
 core/sqf/conf/trafodion-site.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/35f92995/core/sqf/conf/trafodion-site.xml
----------------------------------------------------------------------
diff --git a/core/sqf/conf/trafodion-site.xml b/core/sqf/conf/trafodion-site.xml
index fc04716..7a16f2a 100644
--- a/core/sqf/conf/trafodion-site.xml
+++ b/core/sqf/conf/trafodion-site.xml
@@ -35,4 +35,8 @@
     <name>hbase.client.scanner.timeout.period</name>
     <value>3600000</value>
    </property>
+   <property>
+    <name>hbase.client.keyvalue.maxsize</name>
+    <value>0</value>
+   </property>
 </configuration>