You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2017/08/30 16:54:00 UTC

[jira] [Created] (HBASE-18719) optimize size of shaded artifacts

Sean Busbey created HBASE-18719:
-----------------------------------

             Summary: optimize size of shaded artifacts
                 Key: HBASE-18719
                 URL: https://issues.apache.org/jira/browse/HBASE-18719
             Project: HBase
          Issue Type: Improvement
          Components: shading
    Affects Versions: 1.1.12, 2.0.0-alpha-2, 1.2.6, 1.3.1
            Reporter: Sean Busbey
            Priority: Minor


our shaded artifacts are pretty big, we should be able to trim them down.

# generate a class that references all of the IA.Public classes in the hbase dependencies for that particular shaded artifact
# use the maven-shading-plugin's "minimize jar" option to filter everything that isn't reachable from there
# might need to do some clean up for indirectly used things in hadoop



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)