You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Aleksandr Kovalenko (JIRA)" <ji...@apache.org> on 2014/05/20 15:06:38 UTC

[jira] [Commented] (AMBARI-5826) Create mapper for Slider apps view status

    [ https://issues.apache.org/jira/browse/AMBARI-5826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003188#comment-14003188 ] 

Aleksandr Kovalenko commented on AMBARI-5826:
---------------------------------------------

+1 for the patch

> Create mapper for Slider apps view status
> -----------------------------------------
>
>                 Key: AMBARI-5826
>                 URL: https://issues.apache.org/jira/browse/AMBARI-5826
>             Project: Ambari
>          Issue Type: Task
>          Components: client
>    Affects Versions: 1.6.1
>            Reporter: Oleg Nechiporenko
>            Assignee: Oleg Nechiporenko
>             Fix For: 1.6.1
>
>         Attachments: AMBARI-5826.patch
>
>
> Slider apps view needs a mapper from {{/api/v1/views/SLIDER/versions/1.0.0/instances/SLIDER_1/resources/status}} into {{App.SliderViewStatus}}
> Response will be of following format.
> {code}
> {
>   "version": "0.0.1-SNAPSHOT",
>   "viewEnabled": false,
>   "viewErrors": [
>     "Slider applications view requires HDFS service to be started"
>   ]
> }
> {code}
> We need a model called {{App.SliderViewStatus}} which will have the above properties. 



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