-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36541/
-----------------------------------------------------------
(Updated Jan. 11, 2016, 12:40 p.m.)
Review request for Ambari and Vitalyi Brodetskyi.
Bugs: AMBARI-12430
https://issues.apache.org/jira/browse/AMBARI-12430
Repository: ambari
Description
-------
While upgrading the cluster, there were many properties that were missing in
Ambari properties file. This is 1.7/2.2 stack -> 2.0/2.2.4 stack -> 2.1/2.3
stack upgrade. There should be some checking to ensure the critical properties
are present and addition of properties that are required but missing.
Without this we're just hoping all the properties are there and otherwise user
gets an error that they cannot make sense of and requires manual intervention
from Ambari team.
Diffs (updated)
-----
ambari-server/src/main/python/ambari_server/serverConfiguration.py aeb4d5b
ambari-server/src/test/python/TestAmbariServer.py 970bcab
Diff: https://reviews.apache.org/r/36541/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk