[
https://issues.apache.org/jira/browse/AMBARI-20594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15945348#comment-15945348
]
Hudson commented on AMBARI-20594:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #7169 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/7169/])
AMBARI-20594 Added hive service validator impelemtation to signal (lpuskas:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=fa6aa0782e973ff975c7a6b69b410d7a3c5204d4])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ProvisionClusterRequest.java
* (add)
ambari-server/src/main/java/org/apache/ambari/server/topology/validators/HiveServiceValidator.java
* (add)
ambari-server/src/test/java/org/apache/ambari/server/topology/validators/HiveServiceValidatorTest.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ProvisionClusterRequestTest.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)