You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2016/03/31 13:49:02 UTC

ambari git commit: AMBARI-15644. Dev Deploy: stack_advisor failed to recommend Hive Configurations (secured cluster) (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk f0be765a1 -> a88f8cba3


AMBARI-15644. Dev Deploy: stack_advisor failed to recommend Hive Configurations (secured cluster) (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a88f8cba
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a88f8cba
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a88f8cba

Branch: refs/heads/trunk
Commit: a88f8cba3d2f825fb608e299d9467a6bf292423f
Parents: f0be765
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Mar 31 14:48:51 2016 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Thu Mar 31 14:48:51 2016 +0300

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.1/services/stack_advisor.py    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/a88f8cba/ambari-server/src/main/resources/stacks/HDP/2.1/services/stack_advisor.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/stack_advisor.py b/ambari-server/src/main/resources/stacks/HDP/2.1/services/stack_advisor.py
index 88892f2..660bb74 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/stack_advisor.py
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/stack_advisor.py
@@ -101,7 +101,7 @@ class HDP21StackAdvisor(HDP206StackAdvisor):
         webHcatSiteProperty("webhcat.proxyuser.{0}.groups".format(ambari_user), "*")
         old_ambari_user = self.getOldAmbariUser(services)
         if old_ambari_user is not None:
-            webHcatSitePropertyAttributes = self.putPropertyAttribute(configurations, "webhcat-site", services)
+            webHcatSitePropertyAttributes = self.putPropertyAttribute(configurations, "webhcat-site")
             webHcatSitePropertyAttributes("webhcat.proxyuser.{0}.hosts".format(old_ambari_user), 'delete', 'true')
             webHcatSitePropertyAttributes("webhcat.proxyuser.{0}.groups".format(old_ambari_user), 'delete', 'true')