-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43585/
-----------------------------------------------------------
(Updated Лют. 16, 2016, 5:27 після полудня)
Review request for Ambari, Alejandro Fernandez, Andrew Onischuk, Myroslav
Papirkovskyy, and Sumit Mohanty.
Changes
-------
Just fixed UT
Bugs: AMBARI-15051
https://issues.apache.org/jira/browse/AMBARI-15051
Repository: ambari
Description
-------
– Log outputs to a separate file (this is already an ask from SmartSense)
– Use ERROR/WARNING/INFO to mark logs that fit the level
– Either the python script or the system test validation code can parse the log
file for ERROR and WARNING logs and post a summary - as Sunitha Velpula
suggested.
– Take in account fact that clusters count could be more then one in service
config check
Diffs (updated)
-----
ambari-server/conf/unix/log4j.properties c87b1f4
ambari-server/conf/windows/log4j.properties 8a69508
ambari-server/src/main/conf/log4j.properties 11e8d51
ambari-server/src/main/java/org/apache/ambari/server/checks/CheckDatabaseHelper.java
9213738
ambari-server/src/main/python/ambari_server/checkDatabase.py af1d74f
ambari-server/src/test/java/org/apache/ambari/server/checks/CheckDatabaseHelperTest.java
1c2765c
ambari-server/src/test/python/TestAmbariServer.py 511700b
Diff: https://reviews.apache.org/r/43585/diff/
Testing (updated)
-------
mvn clean test
Thanks,
Vitalyi Brodetskyi