-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51055/
-----------------------------------------------------------
(Updated Aug. 15, 2016, 11:54 p.m.)
Review request for Ambari, Di Li and Robert Nettleton.
Bugs: AMBARI-18140
https://issues.apache.org/jira/browse/AMBARI-18140
Repository: ambari
Description
-------
If a cluster is created with hardcoded hostnames, exported blueprint continues
to include the hardcoded hostnames for hive and oozie external database
properties. This patch updates the existing maps to included the missed
properties.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
849e90a
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java
13927f8
Diff: https://reviews.apache.org/r/51055/diff/
Testing (updated)
-------
Test cases included in the patch.
Manual testing performed by creating cluster using blueprint with
hive_existing_mysql_host property set. and tested export blueprint on it.
hive_existing_mysql_host was filtered out in the exported blueprint as expected.
Thanks,
Amruta Borkar