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 2016/09/25 14:15:21 UTC

[jira] [Comment Edited] (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=15520889#comment-15520889 ] 

YoungWoo Kim edited comment on PHOENIX-3135 at 9/25/16 2:14 PM:
----------------------------------------------------------------

[~kalyanhadoop] Nice work! any updates on this? LGTM! but it looks like this requires PHOENIX-2084


was (Author: warwithin):
LGTM but it looks like this requires PHOENIX-2084

> 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.9.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.4#6332)