-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27077/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-7921
https://issues.apache.org/jira/browse/AMBARI-7921
Repository: ambari
Description
-------
Tez has changed several configuration parameter names between 0.4 (HDP2.1) and
0.5 (HDP2.2).
We're updating tez-site for the 2.2 stack.
A 2.2 deploy should not inherit any properties from the 2.1 stack.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/api/util/StackExtensionHelper.java
35ae9a7
ambari-server/src/main/resources/properties.json b99ede5
ambari-server/src/main/resources/stacks/HDP/2.2/services/TEZ/configuration/tez-site.xml
34e63d7
ambari-server/src/test/java/org/apache/ambari/server/api/util/StackExtensionHelperTest.java
acd595d
ambari-server/src/test/resources/stacks/HDP/2.0.7/services/YARN/configuration/yarn-site.xml
3abb60b
Diff: https://reviews.apache.org/r/27077/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk