You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2013/11/05 22:25:18 UTC

[jira] [Resolved] (AMBARI-3696) Smoke test for YARN uses the hostname in yarn.resourcemanager.webapp.address for smoke tests.

     [ https://issues.apache.org/jira/browse/AMBARI-3696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Lysnichenko resolved AMBARI-3696.
----------------------------------------

    Resolution: Fixed

committed to trunk

> Smoke test for YARN uses the hostname in yarn.resourcemanager.webapp.address for smoke tests.
> ---------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-3696
>                 URL: https://issues.apache.org/jira/browse/AMBARI-3696
>             Project: Ambari
>          Issue Type: Bug
>          Components: agent
>    Affects Versions: 1.4.1
>            Reporter: Artem Baranchuk
>            Assignee: Artem Baranchuk
>             Fix For: 1.4.2
>
>         Attachments: AMBARI-3696.patch
>
>
> Smoke test for YARN uses the hostname in yarn.resourcemanager.webapp.address for smoke tests.
> {code}
> ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/params.pp:44:  $rm_webui_address = hdp_default("yarn-site/yarn.resourcemanager.webapp.address", "0.0.0.0:8088")
> {code}
> We should not using the hostname in this property for smoke tests (example validateYarnComponentStatus.py). This smoke test assumes that the hostname part of this property is the actual hostname of RM. This is incorrect . This property can have 0.0.0.0 as the address.



--
This message was sent by Atlassian JIRA
(v6.1#6144)