[
https://issues.apache.org/jira/browse/HTRACE-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14288790#comment-14288790
]
Colin Patrick McCabe commented on HTRACE-82:
--------------------------------------------
Yeah, I think we need to rethink the "fat jar" strategy. The fat jar is going
to be amazingly big if it includes all the flume, hbase, and zipkin
dependencies. Certainly too big to go on Hadoop's classpath. I think we
should just have each subproject built its own jar.
> Add profile to pom to use maven-assembly-plugin for both src tarball and fat
> jars
> ---------------------------------------------------------------------------------
>
> Key: HTRACE-82
> URL: https://issues.apache.org/jira/browse/HTRACE-82
> Project: HTrace
> Issue Type: Improvement
> Reporter: Masatake Iwasaki
> Assignee: Masatake Iwasaki
> Priority: Minor
> Fix For: 3.2.0
>
> Attachments: HTRACE-82.001.patch
>
>
> for src tarball:
> {code}
> $ mvn clean install -DskipTests assembly:single -Pdist
> {code}
> for fat jar:
> {code}
> $ cd htrace-zipkin
> $ mvn compile assembly:single
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)