Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 73B5C18DC1 for ; Mon, 4 May 2015 23:26:06 +0000 (UTC) Received: (qmail 8401 invoked by uid 500); 4 May 2015 23:26:06 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 8361 invoked by uid 500); 4 May 2015 23:26:06 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 8348 invoked by uid 99); 4 May 2015 23:26:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2015 23:26:06 +0000 Date: Mon, 4 May 2015 23:26:06 +0000 (UTC) From: "Srimanth Gunturi (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMBARI-10916) Recommended value is greater then maximum for yarn.nodemanager.resource.memory-mb MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-10916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Srimanth Gunturi resolved AMBARI-10916. --------------------------------------- Resolution: Fixed Committed to trunk > 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)