[
https://issues.apache.org/jira/browse/PHOENIX-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas D'Silva updated PHOENIX-1947:
------------------------------------
Attachment: PHOENIX-1947-v2.patch
[~jamestaylor] [~mujtabachohan]
I uploaded another that creates a new phoenix-{version}-server-with-txns.jar
similar to how the current server jar is created.
I included all the dependencies while creating this jar.
{code}
+ <dependencySet>
+ <outputDirectory>/</outputDirectory>
+ <unpack>true</unpack>
+ <includes>
+ <include>*:*</include>
+ </includes>
+ </dependencySet>
{code}
> Create .py script in phoenix/bin to start transaction manager
> -------------------------------------------------------------
>
> Key: PHOENIX-1947
> URL: https://issues.apache.org/jira/browse/PHOENIX-1947
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: James Taylor
> Assignee: Thomas D'Silva
> Attachments: PHOENIX-1947-v2.patch, PHOENIX-1947.patch
>
>
> Create a simple script in phoenix/bin directory to start the transaction
> manager.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)