[
https://issues.apache.org/jira/browse/AMBARI-10916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14527546#comment-14527546
]
Srimanth Gunturi commented on AMBARI-10916:
-------------------------------------------
+1 for patch
> Recommended value is greater then maximum for
> yarn.nodemanager.resource.memory-mb
> ---------------------------------------------------------------------------------
>
> Key: AMBARI-10916
> URL: https://issues.apache.org/jira/browse/AMBARI-10916
> Project: Ambari
> Issue Type: Bug
> Components: contrib
> Affects Versions: 2.1.0
> Reporter: Srimanth Gunturi
> Assignee: Denys Buzhor
> Fix For: 2.1.0
>
> Attachments: AMBARI-10916.patch
>
>
> Received recommended value that is greater than maximum for
> *yarn.nodemanager.resource.memory-mb* from **recommendations** endpoint.
> Received part of JSON:
> {noformat}
> "yarn-site" : {
> "properties" : {
> "yarn.scheduler.minimum-allocation-mb" : "682",
> "yarn.scheduler.maximum-allocation-mb" : "2039",
> "yarn.nodemanager.resource.memory-mb" : "2039"
> },
> "property_attributes" : {
> "yarn.scheduler.minimum-allocation-mb" : {
> "max" : "2039"
> },
> "yarn.scheduler.maximum-allocation-mb" : {
> "max" : "2039"
> },
> "yarn.nodemanager.resource.memory-mb" : {
> "max" : "1877"
> }
> }
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)