In Sqoop2, strings are enclosed by single quotes and fields are separated
by commas. I think managing this from the HDFS connector is a great idea.
We have https://issues.apache.org/jira/browse/SQOOP-1522 to track this.
Until then, you should be able to transform your data after import.

On Fri, Feb 27, 2015 at 6:20 AM, Syed Akram <[email protected]>
wrote:

>
> Hi,
>
> When i do sqoop from MYSQL to HDFS using sqoop2 1.99.3 version,
> by default comma is appearing as field seperator and single quote for
> field enclosing.
> like this,
> 1,'akram','[email protected]'
>
> But i want the data like this(Without single quote)
> 1,akram,[email protected]
>
> Please help me on this.
>
> Thanks
>

Reply via email to