Anthony Rojas created YARN-169:
----------------------------------
Summary: Update log4j.appender.EventCounter to use
org.apache.hadoop.log.metrics.EventCounter
Key: YARN-169
URL: https://issues.apache.org/jira/browse/YARN-169
Project: Hadoop YARN
Issue Type: Improvement
Components: nodemanager
Affects Versions: 2.0.0-alpha
Reporter: Anthony Rojas
Priority: Minor
We should update the log4j.appender.EventCounter in
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/resources/container-log4j.properties
to use *org.apache.hadoop.log.metrics.EventCounter* rather than
*org.apache.hadoop.metrics.jvm.EventCounter* to avoid triggering the following
warning:
{code}WARNING: org.apache.hadoop.metrics.jvm.EventCounter is deprecated. Please
use org.apache.hadoop.log.metrics.EventCounter in all the log4j.properties
files{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira