You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Doroszlai, Attila (JIRA)" <ji...@apache.org> on 2018/12/11 14:27:00 UTC

[jira] [Created] (AMBARI-25033) Layout recommendation adds unwanted components

Doroszlai, Attila created AMBARI-25033:
------------------------------------------

             Summary: Layout recommendation adds unwanted components
                 Key: AMBARI-25033
                 URL: https://issues.apache.org/jira/browse/AMBARI-25033
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.8.0
            Reporter: Doroszlai, Attila
            Assignee: Doroszlai, Attila
             Fix For: 2.8.0


STR:

# Install ZooKeeper
# Try to add Metrics Collector and Metrics Monitor using Add Service request

{noformat}
{
  "operation_type": "ADD_SERVICE",
  "components": [
    { "name": "METRICS_COLLECTOR", "hosts": [ { "fqdn": "c7401.ambari.apache.org" } ] },
    { "name": "METRICS_MONITOR", "hosts": [ { "fqdn": "c7401.ambari.apache.org" } ] }
  ]
}
{noformat}

Result: Metrics Grafana is also installed.  It is being added by the layout recommendation, which should not be invoked if full layout is explicitly specified in the request (ie. no {{"services"}} part is present).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)