|
@@ -49,15 +49,12 @@
|
|
|
# Resource Manager specific parameters
|
|
|
###
|
|
|
|
|
|
-# Specify the max heapsize for the ResourceManager using a numerical value
|
|
|
-# in the scale of MB. For example, to specify an jvm option of -Xmx1000m, set
|
|
|
-# the value to 1000.
|
|
|
+# Specify the max heapsize for the ResourceManager. If no units are
|
|
|
+# given, it will be assumed to be in MB.
|
|
|
# This value will be overridden by an Xmx setting specified in either YARN_OPTS,
|
|
|
# HADOOP_OPTS, and/or YARN_RESOURCEMANAGER_OPTS.
|
|
|
-# If not specified, the default value will be picked from either HADOOP_HEAPSIZE
|
|
|
-# or the built-in default.
|
|
|
-#
|
|
|
-#export YARN_RESOURCEMANAGER_HEAPSIZE=1000
|
|
|
+# Default is the same as HADOOP_HEAPSIZE_MAX
|
|
|
+#export YARN_RESOURCEMANAGER_HEAPSIZE=
|
|
|
|
|
|
# Specify the JVM options to be used when starting the ResourceManager.
|
|
|
# These options will be appended to the options specified as YARN_OPTS
|
|
@@ -83,15 +80,12 @@
|
|
|
# Node Manager specific parameters
|
|
|
###
|
|
|
|
|
|
-# Specify the max Heapsize for the NodeManager using a numerical value
|
|
|
-# in the scale of MB. For example, to specify an jvm option of -Xmx1000m, set
|
|
|
-# the value to 1000.
|
|
|
+# Specify the max heapsize for the NodeManager. If no units are
|
|
|
+# given, it will be assumed to be in MB.
|
|
|
# This value will be overridden by an Xmx setting specified in either YARN_OPTS,
|
|
|
# HADOOP_OPTS, and/or YARN_NODEMANAGER_OPTS.
|
|
|
-# If not specified, the default value will be picked from either HADOOP_HEAPSIZE
|
|
|
-# or the built-in default.
|
|
|
-#
|
|
|
-#export YARN_NODEMANAGER_HEAPSIZE=1000
|
|
|
+# Default is the same as HADOOP_HEAPSIZE_MAX.
|
|
|
+#export YARN_NODEMANAGER_HEAPSIZE=
|
|
|
|
|
|
# Specify the JVM options to be used when starting the NodeManager.
|
|
|
# These options will be appended to the options specified as YARN_OPTS
|
|
@@ -105,15 +99,12 @@
|
|
|
# TimeLineServer specifc parameters
|
|
|
###
|
|
|
|
|
|
-# 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.
|
|
|
+# Specify the max heapsize for the timelineserver. If no units are
|
|
|
+# given, it will be assumed to be in MB.
|
|
|
# This value will be overridden by an Xmx setting specified in either YARN_OPTS,
|
|
|
# HADOOP_OPTS, and/or YARN_TIMELINESERVER_OPTS.
|
|
|
-# If not specified, the default value will be picked from either HADOOP_HEAPSIZE
|
|
|
-# or the built-in default.
|
|
|
-#
|
|
|
-#export YARN_TIMELINESERVER_HEAPSIZE=1000
|
|
|
+# Default is the same as HADOOP_HEAPSIZE_MAX.
|
|
|
+#export YARN_TIMELINE_HEAPSIZE=
|
|
|
|
|
|
# Specify the JVM options to be used when starting the TimeLineServer.
|
|
|
# These options will be appended to the options specified as YARN_OPTS
|
|
@@ -127,15 +118,12 @@
|
|
|
# Web App Proxy Server specifc parameters
|
|
|
###
|
|
|
|
|
|
-# Specify the max Heapsize for the proxy server using a numerical value
|
|
|
-# in the scale of MB. For example, to specify an jvm option of -Xmx1000m, set
|
|
|
-# the value to 1000.
|
|
|
+# Specify the max heapsize for the web app proxy server. If no units are
|
|
|
+# given, it will be assumed to be in MB.
|
|
|
# This value will be overridden by an Xmx setting specified in either YARN_OPTS,
|
|
|
# HADOOP_OPTS, and/or YARN_PROXYSERVER_OPTS.
|
|
|
-# If not specified, the default value will be picked from either HADOOP_HEAPSIZE
|
|
|
-# or the built-in default.
|
|
|
-#
|
|
|
-#export YARN_PROXYSERVER_HEAPSIZE=1000
|
|
|
+# Default is the same as HADOOP_HEAPSIZE_MAX.
|
|
|
+#export YARN_PROXYSERVER_HEAPSIZE=
|
|
|
|
|
|
# Specify the JVM options to be used when starting the proxy server.
|
|
|
# These options will be appended to the options specified as YARN_OPTS
|