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/09/05 17:54:28 UTC

[jira] [Commented] (AMBARI-7173) API retruns filed "display_name" = null, for Zookeeper Client

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

Hudson commented on AMBARI-7173:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #153 (See [https://builds.apache.org/job/Ambari-trunk-Commit/153/])
AMBARI-7173. API retruns filed "display_name" = null, for  Zookeeper Client (aonishuk) (aonishuk: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=dee848109ee545e2bc71796cb3a1a692b38930b1)
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/ZOOKEEPER/metainfo.xml


> API retruns filed "display_name" = null, for  Zookeeper Client
> --------------------------------------------------------------
>
>                 Key: AMBARI-7173
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7173
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 1.7.0
>
>
> /api/v1/stacks/HDP/versions/2.1/services?fields=StackServices/**,serviceCompon
> ents/**
> This request returns (for zookeeper client) :
>     
>     
>     
>      "serviceComponents" : [
>             {
>               "href" : "http://slider-1:8080/api/v1/stacks/HDP/versions/2.1/services/ZOOKEEPER/components/ZOOKEEPER_CLIENT",
>               "StackServiceComponents" : {
>                 "cardinality" : "1+",
>                 "component_category" : "CLIENT",
>                 "component_name" : "ZOOKEEPER_CLIENT",
>                 "custom_commands" : [ ],
>                 "display_name" : null,
>                 "is_client" : true,
>                 "is_master" : false,
>                 "service_name" : "ZOOKEEPER",
>                 "stack_name" : "HDP",
>                 "stack_version" : "2.1"
>               },
>               "dependencies" : [ ]
>             },
>     
> **"display_name" : null,**  
> This issue creates bug described in, and can cause issues all over
> ambari web where we use that field.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)