Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Problem:
On blueprint deployments when the HIVE service is configured with default values the cluster provisioning fails if the MYSQL_SERVER component is not explicitly listed in the blueprint.
Solution:
When the cluster template is posted (so that all the configuration is together) the cluster topology is validated:
- if hive service is required
- if the default hive database is to be used
- if the MYSQL_SERVER is not listed in the blueprint
then the cluster creation is interrupted and appropriate error is returned .
Attachments
Attachments
Issue Links
- relates to
-
AMBARI-10776 blueprint topology validation doesn't properly handle the 'auto deploy' component dependency graph
- Resolved