You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2015/02/24 20:22:04 UTC

[jira] [Created] (AMBARI-9778) In cluster layout recommendation, slave component cardinality of 0+ not being used

Andrew Onischuk created AMBARI-9778:
---------------------------------------

             Summary: In cluster layout recommendation, slave component cardinality of 0+ not being used
                 Key: AMBARI-9778
                 URL: https://issues.apache.org/jira/browse/AMBARI-9778
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 2.1.0


We now have a slave component that has a cardinality of `0+`. This component
in UI install wizard's host selection page does not want to be selected unless
the user specifically checks hosts. Upto now we have not used cardinality to
determine slave-component layout.

This should change so that when slave-component layout is being determined, it
should ask if component-name should use cardinality for layout. Call this
method `isComponentUsingCardinalityForLayout(componentName)`. The default-
stack-advisor will have always return false. However some stack-version could
return true. If so, the minimum number in the cardinality will determine the
number of hosts for the slave-component. If it is `0+`, then 0 hosts will be
selected. If it is `1+`, then atleast 1 host will be selected.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)