-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27333/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-8020
https://issues.apache.org/jira/browse/AMBARI-8020
Repository: ambari
Description
-------
Steps to reproduce
1)post request
/<http://host:port/api/v1/stacks/HDP/versions/2.2/recommendations> for geting
configurations by providing blueprint of host-layout
{"hosts": ["c6501.ambari.apache.org", "c6502.ambari.apache.org",
"c6503.ambari.apache.org"], "services": ["YARN", "TEZ", "HIVE", "OOZIE",
"STORM", "FALCON", "MAPREDUCE2"], "recommend": "configurations"}
**ER** property "tez.am.java_opts" present
**AR** property "tez.am.java_opts" absent
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py
aa4fa46
ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py 06c476e
Diff: https://reviews.apache.org/r/27333/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk