Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.2.0, 3.0.0-alpha1
-
Incompatible change
-
Jars in the various subproject lib directories are now de-duplicated against Hadoop common. Users who interact directly with those directories must be sure to pull in common's dependencies as well.
Description
In the hadoop package distribution there are more than 90% of the jars are duplicated in multiple places.
For Ex:
almost all jars in share/hadoop/hdfs/lib are already there in share/hadoop/common/lib
Same case for all other lib in share directory.
Anyway for all the daemon processes all directories are added to classpath.
So to reduce the package distribution size and the classpath overhead, remove the duplicate jars from the distribution.
Attachments
Attachments
Issue Links
- duplicates
-
HADOOP-12363 Hadoop binary distributions contain many copies of the same jars
- Resolved
-
HADOOP-11680 Deduplicate jars in convenience binary distribution
- Closed