[TRAFODION-2306] Trafodion customization using its own configuration file

Missed out this change as part of merge of PR #777


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

Branch: refs/heads/master
Commit: 356e6c41e9a3b006a3f8d9e8d58d183017360f04
Parents: e112e95
Author: selvaganesang <selva.govindara...@esgyn.com>
Authored: Wed Oct 26 20:58:31 2016 +0000
Committer: selvaganesang <selva.govindara...@esgyn.com>
Committed: Wed Oct 26 20:58:31 2016 +0000

----------------------------------------------------------------------
 core/sqf/sql/scripts/install_local_hadoop | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/356e6c41/core/sqf/sql/scripts/install_local_hadoop
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/install_local_hadoop 
b/core/sqf/sql/scripts/install_local_hadoop
index 39b0ba2..67083bd 100755
--- a/core/sqf/sql/scripts/install_local_hadoop
+++ b/core/sqf/sql/scripts/install_local_hadoop
@@ -1632,6 +1632,10 @@ echo "$MY_LOCAL_SW_DIST/${HBASE_TAR}"
     <name>hbase.master.distributed.log.splitting</name>
     <value>false</value>
    </property>
+   <property>
+     <name>hbase.hregion.impl</name>
+     
<value>org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion</value>
+   </property>
    ${HREGION_IMPL}
    ${MASTER_VISBILITY_COPROC}
 </configuration>

Reply via email to