Robert Nettleton created AMBARI-7253:
----------------------------------------
Summary: Remove reference to "global/hive_database" in Blueprint
processor
Key: AMBARI-7253
URL: https://issues.apache.org/jira/browse/AMBARI-7253
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 1.6.0
Reporter: Robert Nettleton
Assignee: Robert Nettleton
Fix For: 1.7.0
The following class in the Blueprint code:
org.apache.ambari.server.controller.internal.BaseBlueprintProcessor
includes a static inner class "Stack".
In Stack.registerConditionalDependencies(), there is a reference to a global
configuration, which has been modified in Ambari, since the "global"
configuration space has been deprecated.
The following line in this method:
dbDependencyInfo.put("MYSQL_SERVER", "global/hive_database");
Should be modified to point towards the new location of the "hive_database"
configuration property in the Ambari Stack definitions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)