You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "André Kelpe (JIRA)" <ji...@apache.org> on 2017/04/21 11:32:04 UTC

[jira] [Created] (HADOOP-14342) hadoop binary tarball has doubled in size and is multiple GB unpacked

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-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org