You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Nate Cole (JIRA)" <ji...@apache.org> on 2015/08/26 22:48:57 UTC

[jira] [Updated] (AMBARI-7253) Remove reference to "global/hive_database" in Blueprint processor

     [ https://issues.apache.org/jira/browse/AMBARI-7253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nate Cole updated AMBARI-7253:
------------------------------
    Fix Version/s:     (was: 2.1.1)
                   2.1.2

> 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: 2.1.2
>
>
> 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)