GitHub user bonnetb opened a pull request:

    https://github.com/apache/sqoop/pull/9

    [SQOOP-2607] Add a table encoding parameter for Netezza direct import

    Direct import makes an external Netezza table using 'internal' encoding
    for text colums. Then it integrates the external table into HDFS reading
    it as a UTF-8 encoded stream.
    But if the table contains VARCHAR that are not UTF-8 (e.g. ISO-8859-x),
    the external table will share the same encoding as the source table, and
    reading it as a UTF-8 encoded stream will corrupt non ASCII characters.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bonnetb/sqoop trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/sqoop/pull/9.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #9
    
----
commit 8b8dc61106eaebcc5c0abb1e0ae9394069f77562
Author: Benjamin BONNET <benjamin.bon...@m4x.org>
Date:   2015-10-05T20:50:58Z

    Add a table encoding parameter for Netezza direct import
    
    Direct import makes an external Netezza table using 'internal' encoding
    for text colums. Then it integrates the external table into HDFS reading
    it as a UTF-8 encoded stream.
    But if the table contains VARCHAR that are not UTF-8 (e.g. ISO-8859-x),
    the external table will share the same encoding as the source table, and
    reading it as a UTF-8 encoded stream will corrupt non ASCII characters.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to