[
https://issues.apache.org/jira/browse/PHOENIX-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14248902#comment-14248902
]
James Taylor commented on PHOENIX-1532:
---------------------------------------
[~mujtaba] is out today. If we can wait until tomorrow to get his take, that'd
be best. I know that the released tar contains the server jar, so not sure why
the one built with mvn package doesn't. If we're holding up a BigTop release,
then go ahead and commit it and we can always circle back later.
> Phoenix tarball assembly does not include server jar
> ----------------------------------------------------
>
> Key: PHOENIX-1532
> URL: https://issues.apache.org/jira/browse/PHOENIX-1532
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.2
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Fix For: 5.0.0, 4.3
>
> Attachments: PHOENIX-1532.patch
>
>
> The tarball produced by the 'package' target does not include the server jar.
> Tested with 4.2.2:
> {noformat}
> $ mvn -DskipTests clean install package
> $ cd phoenix-assembly/target
> $ tar xvzf phoenix-4.2.2.tar.gz
> $ cd phoenix-4.2.2
> $ find . -name 'phoenix*client*'
> ./phoenix-4.2.2-client.jar
> $ find . -name 'phoenix*core*'
> ./lib/phoenix-core-4.2.2.jar
> ./lib/phoenix-core-4.2.2-tests.jar
> ./lib/phoenix-core-4.2.2-sources.jar
> $ find . -name 'phoenix*server*'
> $
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)