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 2016/10/05 00:59:39 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2258] Need to edit HBase configs for Cloudera

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 392cb6a71 -> e710eb66e


[TRAFODION-2258] Need to edit HBase configs for Cloudera


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

Branch: refs/heads/master
Commit: 9f3813fff6e85b1318b681515f8b966f7cd54a4c
Parents: c760dd9
Author: Amanda Moran <am...@apache.com>
Authored: Mon Oct 3 22:07:34 2016 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Mon Oct 3 22:07:34 2016 +0000

----------------------------------------------------------------------
 install/installer/traf_cloudera_mods | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/9f3813ff/install/installer/traf_cloudera_mods
----------------------------------------------------------------------
diff --git a/install/installer/traf_cloudera_mods b/install/installer/traf_cloudera_mods
index 7d83f08..27a6029 100755
--- a/install/installer/traf_cloudera_mods
+++ b/install/installer/traf_cloudera_mods
@@ -270,8 +270,17 @@ curl -k -X PUT -H 'Content-Type:application/json' -u $ADMIN:$PASSWORD  --data \
                 "value" : "org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionObserver,org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionEndpoint,org.apache.hadoop.hbase.coprocessor.AggregateImplementation"
 		}, {
 		"name" : "hbase_regionserver_lease_period", 
-		"value" : "600000"
+		"value" : "3600000"
 		}, {
+                "name" : "hbase_hregion_memstore_flush_size",
+                "value" : "536870912"
+                }, {
+                "name" : "hbase_hregion_memstore_block_multiplier",
+                "value" : "7"
+                }, {
+                "name" : "hbase_hstore_blockingStoreFiles",
+                "value" : "200"
+                }, {
 		"name" : "hbase_regionserver_config_safety_valve", 
 		"value" : "<property>\r\n   <name>hbase.hregion.impl</name>\r\n   <value>org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion</value>\r\n</property>\r\n <property>\r\n   <name>hbase.regionserver.region.split.policy</name>\r\n   <value>org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy</value>\r\n</property>\r\n  <property>\r\n   <name>hbase.snapshot.enabled</name>\r\n   <value>true</value>\r\n</property>\r\n <property>\r\n   <name>hbase.snapshot.region.timeout</name>\r\n   <value>600000</value>\r\n</property>\r\n "
 		} ] 


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2258] PR-741 Need to edit HBase configs for Cloudera

Posted by su...@apache.org.
Merge [TRAFODION-2258] PR-741 Need to edit HBase configs for Cloudera


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

Branch: refs/heads/master
Commit: e710eb66e71f15e1c18db19e48728e09e773a185
Parents: 392cb6a 9f3813f
Author: Suresh Subbiah <su...@apache.org>
Authored: Wed Oct 5 00:59:22 2016 +0000
Committer: Suresh Subbiah <su...@apache.org>
Committed: Wed Oct 5 00:59:22 2016 +0000

----------------------------------------------------------------------
 install/installer/traf_cloudera_mods | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------