[
https://issues.apache.org/jira/browse/PIRK-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15426362#comment-15426362
]
Ellison Anne Williams commented on PIRK-39:
-------------------------------------------
Re-opening.
Although the in-memory and distributed tests passed with the minimizeJar
configuration, as we have run other parts of Pirk (i.e. QuerierDriver), we've
encountered problems with the dependency minimization.
Excluding the necessary items/dependencies from the minimization is a bit of a
rabbit hole. Until folks have time to dig down to the bottom, the issue will be
re-opened and we should roll back *not* to minimize the jar.
The first error encountered with the QuerierDriver is a ClassNotFoundException
for org.apache.logging.log4j.core.impl.Log4jContextFactory
> Add Maven Shade Plugin Configurations to Minimize the JAR
> ---------------------------------------------------------
>
> Key: PIRK-39
> URL: https://issues.apache.org/jira/browse/PIRK-39
> Project: PIRK
> Issue Type: Bug
> Reporter: Ellison Anne Williams
>
> There are lots of dependencies that are being unnecessarily bundled in our
> fat jar -- add the following configuration to the maven-shade-plugin to
> reduce the final jar size:
> <minimizeJar>true</minimizeJar>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)