-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42306/
-----------------------------------------------------------
(Updated Січ. 15, 2016, 5:28 після полудня)
Review request for Ambari, Robert Levas and Robert Nettleton.
Bugs: AMBARI-14668
https://issues.apache.org/jira/browse/AMBARI-14668
Repository: ambari
Description
-------
1) Deploy cluster with HDFS,YARN,Oozie, Storm,Zookeeper.
2) Enable security.
3) Customize some properties: hadoop.proxyuser.yarn.hosts,
hadoop.proxyuser.HTTP.groups, oozie.authentication.type,
yarn.timeline-service.http-authentication.type.
4) Export blueprint config. Check that customized properties are correct in
exported config.
5) Deploy kerberized cluster via blueprints.
6) Check that after deploy customized properties are the same as they were set
during customization.
Result: customized properties were reverted. Looks like during BP deploy, we
are just updating all kerberos properties with values from kerberos.json from
related service
Diffs (updated)
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java
29099ec
ambari-server/src/main/java/org/apache/ambari/server/topology/ClusterConfigurationRequest.java
16d983a
ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterConfigurationRequestTest.java
96abe9d
Diff: https://reviews.apache.org/r/42306/diff/
Testing
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi