You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2015/11/18 22:04:04 UTC

ambari git commit: AMBARI-13957. SLAVE component with cardinality 0+ gets auto-selected by Install Wizard (smohanty)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 a793c3250 -> ac5702ac2


AMBARI-13957. SLAVE component with cardinality 0+ gets auto-selected by Install Wizard (smohanty)


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

Branch: refs/heads/branch-2.1
Commit: ac5702ac2c7abb3ac61777bcc711b38dd1fcd73e
Parents: a793c32
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Wed Nov 18 13:03:52 2015 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Wed Nov 18 13:03:52 2015 -0800

----------------------------------------------------------------------
 .../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/ac5702ac/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 6c7c689..d9c5ccc 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
@@ -668,4 +668,4 @@ class HDP23StackAdvisor(HDP22StackAdvisor):
 
 
   def isComponentUsingCardinalityForLayout(self, componentName):
-    return componentName in ['NFS_GATEWAY', 'PHOENIX_QUERY_SERVER']
+    return componentName in ['NFS_GATEWAY', 'PHOENIX_QUERY_SERVER', 'SPARK_THRIFTSERVER']