You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Richard (JIRA)" <ji...@apache.org> on 2015/03/26 08:52:53 UTC

[jira] [Updated] (SQOOP-2038) Sqoop2: HDFSConnector From side should ensure writeString(text) is in sqoop CSV format

     [ https://issues.apache.org/jira/browse/SQOOP-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard updated SQOOP-2038:
---------------------------
    Fix Version/s:     (was: 1.99.6)
                   2.0.0

> Sqoop2: HDFSConnector From side should ensure writeString(text) is in sqoop CSV format
> --------------------------------------------------------------------------------------
>
>                 Key: SQOOP-2038
>                 URL: https://issues.apache.org/jira/browse/SQOOP-2038
>             Project: Sqoop
>          Issue Type: Bug
>            Reporter: Veena Basavaraj
>            Assignee: Qian Xu
>             Fix For: 2.0.0
>
>
> We may not be sure that HDFS Connector uses hdfs data sets that are in sqoop csv string format.
> so dont we need to encode the data in the correct format in the FROM side?
> {code}
>  } else {
>         dataWriter.writeStringRecord(line.toString());
>       }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)