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/07/17 19:33:07 UTC

[jira] [Updated] (AMBARI-6526) Sqoop configTypes field returns null instead of empty object

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

Srimanth Gunturi updated AMBARI-6526:
-------------------------------------

    Attachment: AMBARI-6526.patch

Review at https://reviews.apache.org/r/23642/

> Sqoop configTypes field returns null instead of empty object
> ------------------------------------------------------------
>
>                 Key: AMBARI-6526
>                 URL: https://issues.apache.org/jira/browse/AMBARI-6526
>             Project: Ambari
>          Issue Type: Bug
>          Components: controller
>    Affects Versions: 1.7.0
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>             Fix For: 1.7.0
>
>         Attachments: AMBARI-6526.patch
>
>
> Stack service API for SQOOP service returns config types field as null instead of empty object.
> {code}
> {
>   "href" : "http://server:8080/api/v1/stacks/HDP/versions/2.1/services/SQOOP?fields=StackServices/config_types",
>   "StackServices" : {
>     "config_types" : null,
>     "service_name" : "SQOOP",
>     "stack_name" : "HDP",
>     "stack_version" : "2.1"
>   }
> }
> {code}



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