You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "YoungWoo Kim (JIRA)" <ji...@apache.org> on 2017/02/09 02:11:41 UTC

[jira] [Commented] (PHOENIX-3135) Support loading csv data using apache phoenix flume plugin

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

YoungWoo Kim commented on PHOENIX-3135:
---------------------------------------

Guys, just a reminder It would be good to have merged this in before the patch has gone stale. Thanks!

> Support loading csv data using apache phoenix flume plugin
> ----------------------------------------------------------
>
>                 Key: PHOENIX-3135
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3135
>             Project: Phoenix
>          Issue Type: New Feature
>         Environment: cloudera 5.4
>            Reporter: Kalyan
>            Assignee: Kalyan
>            Priority: Minor
>             Fix For: 4.10.0
>
>         Attachments: phoenix_csv.patch
>
>
> To work with below sample data sets ... we need support loading csv data using apache phoenix flume plugin.
> // sample data set 1
> schema: col1 varchar , col2 double, col3 varchar, col4 integer
> input: kalyan,10.5,abc,1
> input: "kalyan",10.5,"abc",1
> // sample data set 1
> schema: col1 varchar , col2 double, col3 varchar[], col4 integer[]
> input: kalyan,10.5,"abc,pqr,xyz","1,2,3,4"



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)