Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0.3
-
None
-
None
-
Reviewed
Description
The hadoop-core POM as published to Maven central has different dependency versions than Hadoop actually has on its runtime classpath. This can lead to client code working in unit tests but failing on the cluster and vice versa.
The following version numbers are incorrect: jackson-mapper-asl, kfs, and jets3t. There's also a duplicate dependency to commons-net.