[ 
https://issues.apache.org/jira/browse/HBASE-24629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17144214#comment-17144214
 ] 

Nick Dimiduk commented on HBASE-24629:
--------------------------------------

Docs is indeed massive in the client tarball compared to the default tarball.

{noformat}
$ du -hs hbase-2.3.0/*
1.0M    hbase-2.3.0/CHANGES.md
4.0K    hbase-2.3.0/LEGAL
144K    hbase-2.3.0/LICENSE.txt
560K    hbase-2.3.0/NOTICE.txt
4.0K    hbase-2.3.0/README.txt
636K    hbase-2.3.0/RELEASENOTES.md
196K    hbase-2.3.0/bin
 44K    hbase-2.3.0/conf
 63M    hbase-2.3.0/docs
664K    hbase-2.3.0/hbase-webapps
279M    hbase-2.3.0/lib
$ du -hs hbase-2.3.0-client/*
1.0M    hbase-2.3.0-client/CHANGES.md
4.0K    hbase-2.3.0-client/LEGAL
144K    hbase-2.3.0-client/LICENSE.txt
560K    hbase-2.3.0-client/NOTICE.txt
4.0K    hbase-2.3.0-client/README.txt
636K    hbase-2.3.0-client/RELEASENOTES.md
 80K    hbase-2.3.0-client/bin
 44K    hbase-2.3.0-client/conf
676M    hbase-2.3.0-client/docs
267M    hbase-2.3.0-client/lib
{noformat}

Looks like the client tarball packages more apidoc content.

{noformat}
$ du -hs hbase-2.3.0/docs/* | grep M
 13M    hbase-2.3.0/docs/apache_hbase_reference_guide.pdf
 35M    hbase-2.3.0/docs/apidocs
2.4M    hbase-2.3.0/docs/book.html
3.2M    hbase-2.3.0/docs/checkstyle-aggregate.html
1.9M    hbase-2.3.0/docs/checkstyle.rss
2.7M    hbase-2.3.0/docs/images
3.7M    hbase-2.3.0/docs/testapidocs
$ du -hs hbase-2.3.0-client/docs/* | grep M
 13M    hbase-2.3.0-client/docs/apache_hbase_reference_guide.pdf
 35M    hbase-2.3.0-client/docs/apidocs
2.4M    hbase-2.3.0-client/docs/book.html
3.2M    hbase-2.3.0-client/docs/checkstyle-aggregate.html
1.9M    hbase-2.3.0-client/docs/checkstyle.rss
366M    hbase-2.3.0-client/docs/devapidocs
2.7M    hbase-2.3.0-client/docs/images
3.7M    hbase-2.3.0-client/docs/testapidocs
246M    hbase-2.3.0-client/docs/testdevapidocs
{noformat}

> Review client binary size
> -------------------------
>
>                 Key: HBASE-24629
>                 URL: https://issues.apache.org/jira/browse/HBASE-24629
>             Project: HBase
>          Issue Type: Task
>          Components: community
>    Affects Versions: 2.3.0
>            Reporter: Nick Dimiduk
>            Priority: Major
>
> Discussion on 2.3.0RC0 noted that the client tarball is larger than the 
> default tarball. Docs were pointed out as the culprit. Lets dig deeper and 
> see what's going on.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to