-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23849/
-----------------------------------------------------------
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-6573
https://issues.apache.org/jira/browse/AMBARI-6573
Repository: ambari
Description
-------
In the 2.0.6 stack definition, HIVE_SERVER and NAGIOS_SERVER have a dependency
on TEZ_CLIENT. But, TEZ is not a service in the stack.
This results in issues when deploying the 2.0.6 stack via blueprints. Because
the TEZ_CLIENT dependency is listed as auto-install, it is added to the
blueprint during registration as necessary to satisfy the above dependencies.
When the blueprint is used to deploy a cluster, an error occurs because ambari
is unable to determine the service which corresponds to the TEZ_CLIENT
component.
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/metainfo.xml
e920d67
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/metainfo.xml
7625f81
Diff: https://reviews.apache.org/r/23849/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk