You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Andrew Onischuk <ao...@hortonworks.com> on 2014/09/19 19:49:49 UTC

Review Request 25838: Properties from Xml should be automatically added during upgrade

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25838/
-----------------------------------------------------------

Review request for Ambari and Vitalyi Brodetskyi.


Bugs: AMBARI-7415
    https://issues.apache.org/jira/browse/AMBARI-7415


Repository: ambari


Description
-------

Currently we have some values of properties hardcoded in upgradeCatalog, and
if they are changed in xml configs, it's error prone since after upgrade it
will have different values, and it's hard to detect.

For example currenlty we have all the contents of oozie-log4j hardcoded in
java code.


Diffs
-----

  ambari-server/src/main/java/org/apache/ambari/server/state/ConfigHelper.java 191549b 
  ambari-server/src/main/java/org/apache/ambari/server/upgrade/AbstractUpgradeCatalog.java a53159c 
  ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog161.java a4bb2b2 
  ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog170.java a3198c1 
  ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog161Test.java 4315e2c 
  ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog170Test.java 6732455 

Diff: https://reviews.apache.org/r/25838/diff/


Testing
-------

mvn clean test


Thanks,

Andrew Onischuk


Re: Review Request 25838: Properties from Xml should be automatically added during upgrade

Posted by Vitalyi Brodetskyi <vb...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25838/#review53971
-----------------------------------------------------------

Ship it!


Ship It!

- Vitalyi Brodetskyi


On Вер. 19, 2014, 5:49 після полудня, Andrew Onischuk wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/25838/
> -----------------------------------------------------------
> 
> (Updated Вер. 19, 2014, 5:49 після полудня)
> 
> 
> Review request for Ambari and Vitalyi Brodetskyi.
> 
> 
> Bugs: AMBARI-7415
>     https://issues.apache.org/jira/browse/AMBARI-7415
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Currently we have some values of properties hardcoded in upgradeCatalog, and
> if they are changed in xml configs, it's error prone since after upgrade it
> will have different values, and it's hard to detect.
> 
> For example currenlty we have all the contents of oozie-log4j hardcoded in
> java code.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/java/org/apache/ambari/server/state/ConfigHelper.java 191549b 
>   ambari-server/src/main/java/org/apache/ambari/server/upgrade/AbstractUpgradeCatalog.java a53159c 
>   ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog161.java a4bb2b2 
>   ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog170.java a3198c1 
>   ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog161Test.java 4315e2c 
>   ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog170Test.java 6732455 
> 
> Diff: https://reviews.apache.org/r/25838/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Andrew Onischuk
> 
>