Uh oh!
There was an error while loading. Please reload this page.
HBASE-29868 Can not start mini dfs cluster when building against hado… - #7707
Conversation
Apache-HBase
commented
Feb 5, 2026
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 5, 2026
🎊 +1 overall
This message was automatically generated. |
…op 3.3.x Just disable metrics logger for NameNode and DataNode
ndimiduk
left a comment
There was a problem hiding this comment.
Is there a problem at production runtime issue having this Hadoop feature enabled?
Apache9
commented
Feb 13, 2026
This only affects test, where we want to start a mini dfs cluster. We have jcl-over-slf4j so even if hdfs client still references commons-logging it is still OK. In the metrics logger implementation in hadoop, they reference the implementation classes(LOG4JLogger, for example) in commons-logging directly which causes the problem. |
Uh oh!
There was an error while loading. Please reload this page.
…op 3.3.x
Just disable metrics logger for NameNode and DataNode