You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/02/02 17:57:54 UTC

[20/25] incubator-trafodion git commit: Update traf_coprocessor.properties

Update traf_coprocessor.properties

make mvcc & sscc as a separate ones

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

Branch: refs/heads/master
Commit: 5751399d9334b77bbaca629b9c93d55355b49f00
Parents: d11e9d4
Author: mashengchen <ma...@gmail.com>
Authored: Fri Jan 15 14:27:01 2016 +0800
Committer: mashengchen <ma...@gmail.com>
Committed: Fri Jan 15 14:27:01 2016 +0800

----------------------------------------------------------------------
 core/sqf/sql/scripts/traf_coprocessor.properties | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/5751399d/core/sqf/sql/scripts/traf_coprocessor.properties
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/traf_coprocessor.properties b/core/sqf/sql/scripts/traf_coprocessor.properties
index cf4184a..d69e2f2 100644
--- a/core/sqf/sql/scripts/traf_coprocessor.properties
+++ b/core/sqf/sql/scripts/traf_coprocessor.properties
@@ -21,5 +21,6 @@
 # @@@ END COPYRIGHT @@@
 #
 
-coprocessors=org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionObserver,org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionEndpoint,org.apache.hadoop.hbase.coprocessor.AggregateImplementation
-#coprocessors=org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionObserver,org.apache.hadoop.hbase.coprocessor.transactional.SsccRegionEndpoint,org.apache.hadoop.hbase.coprocessor.AggregateImplementation
+coprocessors=org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionObserver,org.apache.hadoop.hbase.coprocessor.AggregateImplementation
+MVCC=org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionEndpoint
+SSCC=org.apache.hadoop.hbase.coprocessor.transactional.SsccRegionEndpoint