-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34211/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-11128
https://issues.apache.org/jira/browse/AMBARI-11128
Repository: ambari
Description
-------
We've added support for viewing errors and warnings information in the
RM/NM/ATS web UI in Dal. To enable the functionality, the appender EWMA has to
be added to the logger. This can be achieved by appending it to the
YARN_ROOT_LOGGER environment variable(if the current value is "INFO,RFA", it
should be set to "INFO,RFA,EWMA".
Diffs
-----
ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-env.xml
063e605
Diff: https://reviews.apache.org/r/34211/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk