[ https://issues.apache.org/jira/browse/PHOENIX-3135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15866330#comment-15866330 ]
Josh Mahonin commented on PHOENIX-3135: --------------------------------------- LGTM. [~kalyanhadoop] any issues if I change the commons-csv version to use ${commons-csv.version} defined in the parent pom. It's version 1.0 vs 1.3. Integration tests all pass with that change as well. > 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: Josh Mahonin > 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)