Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.1
-
None
Description
Smoke test for YARN uses the hostname in yarn.resourcemanager.webapp.address for smoke tests.
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")
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.