You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Billie Rinaldi (JIRA)" <ji...@apache.org> on 2014/02/04 00:13:08 UTC

[jira] [Created] (YARN-1684) Fix history server heap size in yarn script

Billie Rinaldi created YARN-1684:
------------------------------------

             Summary: Fix history server heap size in yarn script
                 Key: YARN-1684
                 URL: https://issues.apache.org/jira/browse/YARN-1684
             Project: Hadoop YARN
          Issue Type: Sub-task
            Reporter: Billie Rinaldi


The yarn script currently has the following:
{noformat}
  if [ "$YARN_RESOURCEMANAGER_HEAPSIZE" != "" ]; then
    JAVA_HEAP_MAX="-Xmx""$YARN_HISTORYSERVER_HEAPSIZE""m"
  fi
{noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)