[ 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-v3.patch
[~jamestaylor] [~mujtabachohan]
I changed the pom to use only the required tephra dependencies.
{code}
+ <includes>
+ <include>org.apache.phoenix:phoenix-core</include>
+ <include>org.iq80.snappy:snappy</include>
+ <include>org.antlr:antlr*</include>
+ <include>co.cask.tephra:tephra*</include>
+ <include>com.google.code.gson:gson</include>
+ <include>com.google.inject.extensions:guice-assistedinject</include>
+ <include>it.unimi.dsi:fastutil</include>
+ <include>io.dropwizard.metrics:metrics-core</include>
+ </includes>
{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-v3.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)
|