Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-alpha
-
None
-
None
-
Reviewed
Description
The hadoop-tools tests, eg TestCopyListing, fails with
Caused by: java.lang.ClassCastException: org.apache.commons.logging.impl.SimpleLog cannot be cast to org.apache.commons.logging.impl.Log4JLogger at org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyDefault.<clinit>(BlockPlacementPolicyDefault.java:55)
caused by this cast
private static final String enableDebugLogging = "For more information, please enable DEBUG log level on " + ((Log4JLogger)LOG).getLogger().getName();
Attachments
Attachments
Issue Links
- relates to
-
HDFS-3368 Missing blocks due to bad DataNodes coming up and down.
-
- Closed
-