You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2016/01/19 09:04:39 UTC

[jira] [Updated] (AMBARI-14715) TimelineServer configuration is missing in yarn-env.xml.

     [ https://issues.apache.org/jira/browse/AMBARI-14715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira AJISAKA updated AMBARI-14715:
-----------------------------------
    Description: 
In yarn-env.xml, {{YARN_HISTORYSERVER_OPTS}} and {{YARN_HISTORYSERVER_HEAPSIZE}} are not valid for TimelineServer.
{noformat:title=ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-env.xml}
      # Specify the max Heapsize for the HistoryManager using a numerical value
      # in the scale of MB. For example, to specify an jvm option of -Xmx1000m, set
      # the value to 1024.
      # This value will be overridden by an Xmx setting specified in either YARN_OPTS
      # and/or YARN_HISTORYSERVER_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_HISTORYSERVER_HEAPSIZE={{apptimelineserver_heapsize}}
{noformat}
{{HISTORYSERVER}} should be {{TIMELINESERVER}}.

  was:
In yarn-env.xml, {{YARN_HISTORYSERVER_OPTS}} and {{YARN_HISTORYSERVER_HEAPSIZE}} are not valid for TimelineServer.
{noformat}
      # Specify the max Heapsize for the HistoryManager using a numerical value
      # in the scale of MB. For example, to specify an jvm option of -Xmx1000m, set
      # the value to 1024.
      # This value will be overridden by an Xmx setting specified in either YARN_OPTS
      # and/or YARN_HISTORYSERVER_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_HISTORYSERVER_HEAPSIZE={{apptimelineserver_heapsize}}
{noformat}
{{HISTORYSERVER}} should be {{TIMELINESERVER}}.


> TimelineServer configuration is missing in yarn-env.xml.
> --------------------------------------------------------
>
>                 Key: AMBARI-14715
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14715
>             Project: Ambari
>          Issue Type: Bug
>          Components: stacks
>            Reporter: Akira AJISAKA
>              Labels: newbie
>
> In yarn-env.xml, {{YARN_HISTORYSERVER_OPTS}} and {{YARN_HISTORYSERVER_HEAPSIZE}} are not valid for TimelineServer.
> {noformat:title=ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-env.xml}
>       # Specify the max Heapsize for the HistoryManager using a numerical value
>       # in the scale of MB. For example, to specify an jvm option of -Xmx1000m, set
>       # the value to 1024.
>       # This value will be overridden by an Xmx setting specified in either YARN_OPTS
>       # and/or YARN_HISTORYSERVER_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_HISTORYSERVER_HEAPSIZE={{apptimelineserver_heapsize}}
> {noformat}
> {{HISTORYSERVER}} should be {{TIMELINESERVER}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)