Update traf_coprocessor.properties use TrxRegionEndpoint as default
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/b8e6e9c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/b8e6e9c9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/b8e6e9c9 Branch: refs/heads/master Commit: b8e6e9c920039c2fd7c0a175214b93ed2335d3e9 Parents: c1b8448 Author: mashengchen <[email protected]> Authored: Thu Jan 14 15:54:08 2016 +0800 Committer: mashengchen <[email protected]> Committed: Thu Jan 14 15:54:08 2016 +0800 ---------------------------------------------------------------------- core/sqf/sql/scripts/traf_coprocessor.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/b8e6e9c9/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 04d04e2..cf4184a 100644 --- a/core/sqf/sql/scripts/traf_coprocessor.properties +++ b/core/sqf/sql/scripts/traf_coprocessor.properties @@ -21,4 +21,5 @@ # @@@ END COPYRIGHT @@@ # -coprocessors=org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionObserver,org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionEndpoint,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.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
