-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25251/
-----------------------------------------------------------
Review request for Ambari and Dmytro Sen.
Bugs: AMBARI-7113
https://issues.apache.org/jira/browse/AMBARI-7113
Repository: ambari
Description
-------
Precondition:
Deploy cluster with all components and default settings.
STR:
1) Navigate on Services->HIVE tab
2) Click Download Client Configs and download file
3)Check hive-site.xml files at cluster and in downloaded files.
/etc/hive/conf.dist/hive-site.xml
Expected result:
Files have same values. Property: javax.jdo.option.ConnectionPassword present
in host (hive-site.xml) and downloaded(hive-site.xml) files.
Actual result:
Property: javax.jdo.option.ConnectionPassword is **present** in Download
Client Configs files and **absent** in hive-site.xml.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ClientConfigResourceProvider.java
e5b6016
Diff: https://reviews.apache.org/r/25251/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk