-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25229/
-----------------------------------------------------------
Review request for Ambari and Dmytro Sen.
Bugs: AMBARI-7099
https://issues.apache.org/jira/browse/AMBARI-7099
Repository: ambari
Description
-------
<https://github.com/apache/ambari/blob/trunk/ambari-
server/src/main/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml>
requiredServices includes TEZ
Tez does not exist in 2.0 Stack so Tez should not be a requirement here but
instead in the YARN definition in the extended stack for 2.1
A more broad question: does YARN require Tez in general? I didn't think so so
is the above even needed?
Isn't it that Tez requires YARN? Which you have correct here:
<https://github.com/apache/ambari/blob/trunk/ambari-
server/src/main/resources/stacks/HDP/2.1/services/TEZ/metainfo.xml>
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/YARN/metainfo.xml
fc49b27
Diff: https://reviews.apache.org/r/25229/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk