Artem Baranchuk created AMBARI-3696:
---------------------------------------
Summary: 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)