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 18:51:04 UTC

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

Srimanth Gunturi created AMBARI-6526:
----------------------------------------

             Summary: 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


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)