Repository: ambari Updated Branches: refs/heads/trunk 4699a1b75 -> a9c47820e
AMBARI-10969. Recommendations API error on changing hive.server2.authentication. (srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a9c47820 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a9c47820 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a9c47820 Branch: refs/heads/trunk Commit: a9c47820e75ab9213aeba5ef1e73a6813fb6a4c7 Parents: 4699a1b Author: Srimanth Gunturi <[email protected]> Authored: Wed May 6 11:25:58 2015 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Wed May 6 11:31:36 2015 -0700 ---------------------------------------------------------------------- ambari-server/src/main/resources/stacks/stack_advisor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a9c47820/ambari-server/src/main/resources/stacks/stack_advisor.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/stack_advisor.py b/ambari-server/src/main/resources/stacks/stack_advisor.py index 06389d5..767e565 100644 --- a/ambari-server/src/main/resources/stacks/stack_advisor.py +++ b/ambari-server/src/main/resources/stacks/stack_advisor.py @@ -710,7 +710,7 @@ class DefaultStackAdvisor(StackAdvisor): if type in requestedProperties.keys() and \ name in requestedProperties[type]: if type not in filteredConfigs.keys(): - filteredConfigs[type] = {'property_Attributes': {}} + filteredConfigs[type] = {'property_attributes': {}} elif 'property_attributes' not in filteredConfigs[type].keys(): filteredConfigs[type]['property_attributes'] = {} filteredConfigs[type]['property_attributes'][name] = \
