Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

[SQOOP-3278]:Direct export to Netezza and encoding #43

Closed
wants to merge 2 commits into from

Conversation

bonnetb
Copy link

@bonnetb bonnetb commented Jan 17, 2018

Direct mode used an OutputStream writes to an export file using UTF-8. So, if your targeted Netezza uses an ISO encoding, non ASCII chars will be corrupted when Netezza loads the export file.
Using an OutputStreamWriter and relying on existing 'encoding' extended parameter (SQOOP-2607) enables to set the encoding that will be used to write the export file.

@szvasas
Copy link
Contributor

szvasas commented Dec 17, 2018

Closing conflicting PRs older than a year. Please reopen if it is still applicable.

@szvasas szvasas closed this Dec 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants