-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26034/
-----------------------------------------------------------
Review request for Ambari and Dmytro Sen.
Bugs: AMBARI-7487
https://issues.apache.org/jira/browse/AMBARI-7487
Repository: ambari
Description
-------
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
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.2/services/SLIDER/metainfo.xml
22f5efe
Diff: https://reviews.apache.org/r/26034/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk