You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2014/09/25 15:29:34 UTC

[jira] [Created] (AMBARI-7487) Service component Dependencies field should also expose scope in API.

Andrew Onischuk created AMBARI-7487:
---------------------------------------

             Summary: Service component Dependencies field should also expose scope in API.
                 Key: AMBARI-7487
                 URL: https://issues.apache.org/jira/browse/AMBARI-7487
             Project: Ambari
          Issue Type: Bug
            Reporter: Andrew Onischuk
            Assignee: Andrew Onischuk
             Fix For: 1.7.0


The stack has the scope for a defined dependency of a serviceComponent
information.

    
    
    
    <dependency>
      <name>HDFS/HDFS_CLIENT</name>
      <scope>host</scope>
      <auto-deploy>
        <enabled>true</enabled>
      </auto-deploy>
    </dependency>
    

This scope related information is not provided in the API.

This is required to address in generic manner in ambari-web code





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