[
https://issues.apache.org/jira/browse/PHOENIX-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14712251#comment-14712251
]
Nick Dimiduk commented on PHOENIX-2195:
---------------------------------------
Looks like that commit no longer copies the query server jars into the bin
path. These lines were not preserved
{noformat}
-cp $(find -iname phoenix-server-$PHOENIX-runnable.jar) $DIR_COMMON;
-cp $(find -iname phoenix-$PHOENIX-query-server-thin-client.jar) $DIR_COMMON;
{noformat}
[~lukaslalinsky] points this out in the commit comment.
> Query server jar files not included in released tarballs
> --------------------------------------------------------
>
> Key: PHOENIX-2195
> URL: https://issues.apache.org/jira/browse/PHOENIX-2195
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.5.0, 4.5.1
> Reporter: Lukas Lalinsky
> Attachments: PHOENIX-2195.patch
>
>
> It seems that starting with 4.5.0, the released "bin" tarballs no longer
> include the query server jar files (phoenix-server*.jar).
> This is the commit that removed them:
> https://github.com/apache/phoenix/commit/b7cd7e505ed14338d9bcd6f49f659e7f067de0d8
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)