Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Currently, multiple versions of the same library JAR are being pulled in for various reasons.
- Within the same project, multiple versions of the same JAR are pulled in. E.g. Avro (used by Common) depends on Commons Lang 2.5 while Common depends on Commons Lang 2.4.
- Dependent subprojects use different versions. E.g. Common depends on Avro 1.3.2 while MapReduce depends on 1.3.0. Since MapReduce depends on Common, this has the potential to cause a problem at runtime.
Attachments
Attachments
Issue Links
- incorporates
-
HDFS-1212 Harmonize HDFS JAR library versions with Common
-
- Closed
-
-
MAPREDUCE-1870 Harmonize MapReduce JAR library versions with Common and HDFS
-
- Closed
-
- is related to
-
HADOOP-6390 Block slf4j-simple from avro's pom
-
- Closed
-
-
AVRO-348 Avro ivy dependencies include/propagate too many JARs
-
- Closed
-