[
https://issues.apache.org/jira/browse/HADOOP-7577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13090580#comment-13090580
]
Joep Rottinghuis commented on HADOOP-7577:
------------------------------------------
Error during startup:
log4j:ERROR Could not instantiate class [org.apache.hadoop.log.EventCounter].
host: java.lang.ClassNotFoundException: org.apache.hadoop.log.EventCounter
host: at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
host: at java.security.AccessController.doPrivileged(Native Method)
host: at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
> TT does not start due to backwards compatibility wrt. EventCounter
> ------------------------------------------------------------------
>
> Key: HADOOP-7577
> URL: https://issues.apache.org/jira/browse/HADOOP-7577
> Project: Hadoop Common
> Issue Type: Bug
> Components: metrics
> Affects Versions: 0.22.0
> Reporter: Joep Rottinghuis
> Assignee: Joep Rottinghuis
> Priority: Minor
>
> Between metrics1 and mertrics2 EventCounter was moved from o.a.h.log to
> o.a.h.metrics.jvm.
> On 0.20-security a wrapper marked with @Deprecated was added back to
> o.a.h.log for compatibility, the same wrapper exists on trunk, but no on 0.22.
> Without it the TT will fail to start with a ClassNotFoundException.
> Hive configuration also point to this class in the log4j.properties.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira