[
https://issues.apache.org/jira/browse/AMBARI-20594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15949346#comment-15949346
]
Hudson commented on AMBARI-20594:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #1323 (See
[https://builds.apache.org/job/Ambari-branch-2.5/1323/])
AMBARI-20594 Added hive service validator impelemtation to signal (lpuskas:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=85af32f2df56516889cd00267877cc2489e2442f])
* (add)
ambari-server/src/main/java/org/apache/ambari/server/topology/validators/HiveServiceValidator.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ProvisionClusterRequestTest.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ProvisionClusterRequest.java
* (add)
ambari-server/src/test/java/org/apache/ambari/server/topology/validators/HiveServiceValidatorTest.java
> Validate hive service dependencies based on the configuration on blueprint
> deployments
> --------------------------------------------------------------------------------------
>
> Key: AMBARI-20594
> URL: https://issues.apache.org/jira/browse/AMBARI-20594
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Reporter: Laszlo Puskas
> Assignee: Laszlo Puskas
> Fix For: 2.5.1
>
> Attachments: AMBARI-20594.trunk.v4.patch
>
> Original Estimate: 72h
> Remaining Estimate: 72h
>
> 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 .
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)