You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sv...@apache.org on 2016/11/09 18:49:54 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2334] Installer should not set namenode heap size

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 7a9000e00 -> d751c96c5


[TRAFODION-2334] Installer should not set namenode heap size

This was only being done for CDH. This change removes that HDFS setting.


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

Branch: refs/heads/master
Commit: 4c01077276ae3a50f598e950d5848179d3b0e440
Parents: 12ead26
Author: Steve Varnau <st...@esgyn.com>
Authored: Fri Nov 4 21:10:16 2016 +0000
Committer: Steve Varnau <st...@esgyn.com>
Committed: Fri Nov 4 21:10:16 2016 +0000

----------------------------------------------------------------------
 install/installer/traf_cloudera_mods | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/4c010772/install/installer/traf_cloudera_mods
----------------------------------------------------------------------
diff --git a/install/installer/traf_cloudera_mods b/install/installer/traf_cloudera_mods
index 27a6029..55d96e4 100755
--- a/install/installer/traf_cloudera_mods
+++ b/install/installer/traf_cloudera_mods
@@ -205,20 +205,7 @@ rm $HOME/traf_hbase_config_temp 2> /dev/null
 
 # change the hdfs configuration using Cloudera's REST API
 curl -k -X PUT -H 'Content-Type:application/json' -u $ADMIN:$PASSWORD  --data \
-'{ "roleTypeConfigs" :  [ {
-        "roleType" : "NAMENODE",
-        "items": [ {
-                "name" : "namenode_java_heapsize",
-        "value" : "1073741824"
-                } ]
-   }, {
-        "roleType" : "SECONDARYNAMENODE",
-        "items":[ {
-                "name" : "secondary_namenode_java_heapsize",
-        "value" : "1073741824"
-                } ]
-     } ],
-    "items": [ {
+'{ "items": [ {
              "name":"dfs_namenode_acls_enabled",
              "value":"true"
              }, {


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2334] Installer should not set namenode heap size

Posted by sv...@apache.org.
Merge [TRAFODION-2334] Installer should not set namenode heap size


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

Branch: refs/heads/master
Commit: d751c96c54a37c3b58adc155189fc3717d72d92a
Parents: 7a9000e 4c01077
Author: Steve Varnau <sv...@apache.org>
Authored: Wed Nov 9 18:47:26 2016 +0000
Committer: Steve Varnau <sv...@apache.org>
Committed: Wed Nov 9 18:47:26 2016 +0000

----------------------------------------------------------------------
 install/installer/traf_cloudera_mods | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)
----------------------------------------------------------------------