You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2015/05/07 21:09:00 UTC

[jira] [Created] (AMBARI-11003) YARN theme and 'yarn.nodemanager.resource.cpu-vcores' calculation updates

Srimanth Gunturi created AMBARI-11003:
-----------------------------------------

             Summary: YARN theme and 'yarn.nodemanager.resource.cpu-vcores' calculation updates
                 Key: AMBARI-11003
                 URL: https://issues.apache.org/jira/browse/AMBARI-11003
             Project: Ambari
          Issue Type: Task
          Components: contrib
    Affects Versions: 2.1.0
            Reporter: Srimanth Gunturi
            Assignee: Srimanth Gunturi
             Fix For: 2.1.0
         Attachments: choice1.png

YARNs theme should be updated as shown in attached screenshot.

Also, the calculation for {{yarn.nodemanager.resource.cpu-vcores}} should be dependent on {{yarn.nodemanager.resource.percentage-physical-cpu-limit}} and the #-physical-cores on NodeManager.
{noformat}
minimum = 1
maximum = 2 * #-physical-cores
recommended = max(1, floor(#-physical-cores * yarn.nodemanager.resource.percentage-physical-cpu-limit))
{noformat}

This new value will be the max of {{yarn.scheduler.minimum-allocation-vcores}} and {{yarn.scheduler.maximum-allocation-vcores}}.



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