You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2014/08/22 23:46:13 UTC

[jira] [Resolved] (AMBARI-6997) FE: Add service wizard does not provide current host-layout for recommendations

     [ https://issues.apache.org/jira/browse/AMBARI-6997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Srimanth Gunturi resolved AMBARI-6997.
--------------------------------------

    Resolution: Fixed

Committed to trunk

> 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
>
>         Attachments: AMBARI-6997.patch
>
>
> 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)