You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2015/06/02 02:19:35 UTC

ambari git commit: AMBARI-11589. Phoenix Query Server should not be assigned to any hosts by default. (yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk 8cd80a1f4 -> 7650c9867


AMBARI-11589. Phoenix Query Server should not be assigned to any hosts by default. (yusaku)


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

Branch: refs/heads/trunk
Commit: 7650c98672862233d74b514daf14860c4e0fc388
Parents: 8cd80a1
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Mon Jun 1 11:29:02 2015 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Mon Jun 1 17:19:21 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/7650c986/ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py b/ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py
index 57dcd33..58a8f7d 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/stack_advisor.py
@@ -199,4 +199,4 @@ class HDP23StackAdvisor(HDP22StackAdvisor):
 
 
   def isComponentUsingCardinalityForLayout(self, componentName):
-    return componentName == 'NFS_GATEWAY'
+    return componentName in ['NFS_GATEWAY', 'PHOENIX_QUERY_SERVER']