Thomas Graves created YARN-115:
----------------------------------

             Summary: yarn commands shouldn't add "m" to the heapsize
                 Key: YARN-115
                 URL: https://issues.apache.org/jira/browse/YARN-115
             Project: Hadoop YARN
          Issue Type: Bug
    Affects Versions: 0.23.3
            Reporter: Thomas Graves


the yarn commands add "m" to the heapsize. This is unlike the hdfs side and the 
the old jt/tt used to do.

    JAVA_HEAP_MAX="-Xmx""$YARN_RESOURCEMANAGER_HEAPSIZE""m"
    JAVA_HEAP_MAX="-Xmx""$YARN_NODEMANAGER_HEAPSIZE""m"

We should not be adding in the "m" and allow the user to specify units.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to