André Kelpe created HADOOP-14342: ------------------------------------ Summary: hadoop binary tarball has doubled in size and is multiple GB unpacked Key: HADOOP-14342 URL: https://issues.apache.org/jira/browse/HADOOP-14342 Project: Hadoop Common Issue Type: Bug Affects Versions: 2.8.0 Reporter: André Kelpe Priority: Minor
I downloaded the binary tarball to play with hadoop 2.8.0 and noticed that the size has almost doubled. The unpacked tarball is multiple GB big: {code} $ du -sh hadoop-2.8.0 2.2G hadoop-2.8.0 {code} The latest hadoop 2.7.x is only 332MB upacked: {code} $ du -sh hadoop-2.7.3 332M hadoop-2.7.3 {code} The size increase seems to be in share/doc/ {code} $ du -sh hadoop-2.8.0/share/doc/ 2.0G hadoop-2.8.0/share/doc/ {code} {code} $ du -sh hadoop-2.7.3/share/doc/ 94M hadoop-2.7.3/share/doc/ {code} It looks like something went wrong during the build. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org