You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Lars Hofhansl (Jira)" <ji...@apache.org> on 2020/08/07 00:35:00 UTC

[jira] [Commented] (PHOENIX-6057) Create phoenix-connector for spark, kafka, pig, flume that works with Phoenix5

    [ https://issues.apache.org/jira/browse/PHOENIX-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17172753#comment-17172753 ] 

Lars Hofhansl commented on PHOENIX-6057:
----------------------------------------

What about the Presto connector (in Presto)?

It requires this:
{code}
        <dependency>
            <groupId>org.apache.phoenix</groupId>
            <artifactId>phoenix-client</artifactId>
            <version>4.14.1-HBase-1.4</version>
            <classifier>embedded</classifier>
        </dependency>
{code}

[~vincentpoon]

> Create phoenix-connector for spark, kafka, pig, flume that works with Phoenix5
> ------------------------------------------------------------------------------
>
>                 Key: PHOENIX-6057
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6057
>             Project: Phoenix
>          Issue Type: Task
>            Reporter: Richard Antal
>            Assignee: Richard Antal
>            Priority: Major
>
> Spark, kafka, pig, flume did not have to many differences in the presplit master and 4.x.
> We should be able to to create working connectors without duplicating the whole code.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)