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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14107667#comment-14107667 ] 

Hudson commented on AMBARI-6997:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #4 (See [https://builds.apache.org/job/Ambari-trunk-Commit/4/])
AMBARI-6997. FE: Add service wizard does not provide current host-layout for recommendations (sgunturi: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=bd2e516211a2bbe70aec479f34c41a39264c22ed)
* ambari-web/app/controllers/installer.js
* ambari-web/app/utils/blueprint.js
* ambari-web/app/controllers/wizard/step5_controller.js
* ambari-web/app/mixins/common/blueprint.js
* ambari-web/app/routes/installer.js
* ambari-web/app/routes/add_service_routes.js
* ambari-web/app/mixins.js
* ambari-web/app/controllers/wizard/step6_controller.js


> 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)