Elukey has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/347814 )

Change subject: Set Xms settings for Hadoop Workers daemons
......................................................................


Set Xms settings for Hadoop Workers daemons

This will allow to have Xms and Xmx settings for
Hadoop Hdfs datanode and Yarn nodemanager daemons.

Also upgrading the last cdh submodule sha that
carries a change that is needed.

Change-Id: I38b048c957efbd3ae6c331e3b06ee91f7e1c3b1d
Bug: T159219
---
M hieradata/eqiad/cdh/hadoop.yaml
M modules/cdh
2 files changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Elukey: Verified; Looks good to me, approved



diff --git a/hieradata/eqiad/cdh/hadoop.yaml b/hieradata/eqiad/cdh/hadoop.yaml
index 98c8695..66ea39a 100644
--- a/hieradata/eqiad/cdh/hadoop.yaml
+++ b/hieradata/eqiad/cdh/hadoop.yaml
@@ -69,10 +69,12 @@
 # This setting is used to configure the max heap size for both.
 # The default is 1000m, we increase it to 2048m in production.
 cdh::hadoop::yarn_heapsize:                              2048
+cdh::hadoop::yarn_nodemanager_opts:                      "-Xms2048m"
 
 # Heap size for HDFS datanode.
 # The default is 1000m, we increase it to 2048m in production.
 cdh::hadoop::hadoop_heapsize:                            2048
+cdh::hadoop::hadoop_datanode_opts:                       "-Xms2048m"
 
 # Yarn ApplicationMaster container size and  max heap size (-Xmx)
 cdh::hadoop::yarn_app_mapreduce_am_resource_mb:          4096      # 2 * 2G
diff --git a/modules/cdh b/modules/cdh
index c7c9cf1..b0fbf7c 160000
--- a/modules/cdh
+++ b/modules/cdh
@@ -1 +1 @@
-Subproject commit c7c9cf17085ba18fafe82be88e7156eaf3ca242e
+Subproject commit b0fbf7cc547a2a23e1452dcdc7cff457d761a7cc

-- 
To view, visit https://gerrit.wikimedia.org/r/347814
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I38b048c957efbd3ae6c331e3b06ee91f7e1c3b1d
Gerrit-PatchSet: 7
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Elukey <[email protected]>
Gerrit-Reviewer: Elukey <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to