Srimanth Gunturi created AMBARI-10916:
-----------------------------------------
Summary: 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
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)