Nate Cole created AMBARI-3834:
---------------------------------
Summary: Wrong response for requests with OR on components
Key: AMBARI-3834
URL: https://issues.apache.org/jira/browse/AMBARI-3834
Project: Ambari
Issue Type: Bug
Components: controller
Reporter: Nate Cole
Assignee: Nate Cole
Fix For: 1.4.2
For example for this request
{noformat}
/api/v1/clusters/<cluster_name>/components/?ServiceComponentInfo/category=MASTER|(ServiceComponentInfo/service_name=SQOOP)
{noformat}
returns
{noformat}"items" : [ ]{noformat} if SQOOP is not installed, but it should
return all components with category=MASTER.
--
This message was sent by Atlassian JIRA
(v6.1#6144)