[
https://issues.apache.org/jira/browse/AMBARI-19236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15761683#comment-15761683
]
Hudson commented on AMBARI-19236:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #6258 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/6258/])
AMBARI-19236. Stackadvisor: incorrect recommendations when only one of
(vbrodetskyi:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=a08bdc0618ca99d98ae6b93a0a15c278eeec5f75])
* (edit) ambari-server/src/main/resources/stacks/stack_advisor.py
* (edit) ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py
> Stackadvisor: incorrect recommendations when only one of two dependencies was
> changed
> -------------------------------------------------------------------------------------
>
> Key: AMBARI-19236
> URL: https://issues.apache.org/jira/browse/AMBARI-19236
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Vitaly Brodetskyi
> Assignee: Vitaly Brodetskyi
> Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-19236.patch
>
>
> For example:
> 'mapreduce.map.memory.mb' depends on 'yarn.scheduler.maximum-allocation-mb'
> and 'yarn.scheduler.minimum-allocation-mb'.
> *The case:*
> 'yarn.scheduler.minimum-allocation-mb' was changed, but
> 'yarn.scheduler.maximum-allocation-mb' not. In this case recommendations will
> use provided value for the first property and recommended value for the
> second. 'mapreduce.map.memory.mb' will be recalculated incorrectly.
> *Expected:*
> Use the provided values for both properties.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)