Srimanth Gunturi created AMBARI-6997:
----------------------------------------

             Summary: FE: Add service wizard does not provide current 
host-layout for recommendations
                 Key: AMBARI-6997
                 URL: https://issues.apache.org/jira/browse/AMBARI-6997
             Project: Ambari
          Issue Type: Bug
          Components: client
    Affects Versions: 1.7.0
            Reporter: Srimanth Gunturi
            Assignee: Srimanth Gunturi
             Fix For: 1.7.0


Attempted to add _Sqoop_ service using the add-service wizard. The call to 
host-layout recommendation was made where the layout of the installed cluster 
was not passed in. Though the recommendations were given, they did not factor 
in existing layout - which is important. 

The /recommendation call made used the below body.
{code}
{
  "hosts": [
    "c6401.ambari.apache.org",
    "c6402.ambari.apache.org"
  ],
  "services": [
    "HDFS",
    "MAPREDUCE2",
    "YARN",
    "TEZ",
    "NAGIOS",
    "GANGLIA",
    "HIVE",
    "HCATALOG",
    "WEBHCAT",
    "HBASE",
    "PIG",
    "ZOOKEEPER",
    "STORM",
    "SQOOP"
  ],
  "recommend": "host_groups"
}
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to