Ambari service advisor throws error when configuring individual services
Description
The CDAP service advisor throws an error that it can't validate the configuration when adjusting individual properties. This happens because we added a validation for Yarn and zookeeper in the service in this PR
https://github.com/caskdata/cdap-ambari-service/pull/252
This happens because the "configuration" parameter we call in "validateYarnSiteConfigurations" doesn't populate all the services when configuring individual services. Only when installing new services.
Release Notes
Activity
The bug was fixed in this Jira and can consider the bug resolved. I will open a new ticket to expand on the service advisor checks.
This PR fixes the error. We still need to figure out how to validate other service properties when reconfiguring a service.
https://github.com/caskdata/cdap-ambari-service/pull/261