Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/190829
Change subject: Update yarn-env.sh.erb with new (commented) setting for CDH 5.3.1 ...................................................................... Update yarn-env.sh.erb with new (commented) setting for CDH 5.3.1 Change-Id: I49b5536a598fdcf7d1c5c89506347edb98e62d61 --- M templates/hadoop/yarn-env.sh.erb 1 file changed, 9 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/cdh refs/changes/29/190829/1 diff --git a/templates/hadoop/yarn-env.sh.erb b/templates/hadoop/yarn-env.sh.erb index 811a047..0935a82 100644 --- a/templates/hadoop/yarn-env.sh.erb +++ b/templates/hadoop/yarn-env.sh.erb @@ -41,6 +41,15 @@ # or JAVA_HEAP_MAX with YARN_HEAPMAX as the preferred option of the two. #export YARN_RESOURCEMANAGER_HEAPSIZE=1000 +# Specify the max Heapsize for the timeline server using a numerical value +# in the scale of MB. For example, to specify an jvm option of -Xmx1000m, set +# the value to 1000. +# This value will be overridden by an Xmx setting specified in either YARN_OPTS +# and/or YARN_TIMELINESERVER_OPTS. +# If not specified, the default value will be picked from either YARN_HEAPMAX +# or JAVA_HEAP_MAX with YARN_HEAPMAX as the preferred option of the two. +#export YARN_TIMELINESERVER_HEAPSIZE=1000 + # Specify the JVM options to be used when starting the ResourceManager. # These options will be appended to the options specified as YARN_OPTS # and therefore may override any similar flags set in YARN_OPTS -- To view, visit https://gerrit.wikimedia.org/r/190829 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I49b5536a598fdcf7d1c5c89506347edb98e62d61 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet/cdh Gerrit-Branch: master Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
