Created 12-16-2016 04:16 PM
One of the column datatype is VARCHAR(15), LATIN
connection string - jdbc:teradata://<host>/database=<db>,charset=UTF8
We notice special characters in the column imported in hive
Created 12-16-2016 06:34 PM
Created 12-16-2016 06:34 PM
These links from previous questions may help
https://community.hortonworks.com/questions/58916/utf-8-hive.html
Created 11-27-2017 11:16 PM
Your character set is incorrect on the url: It should be specified as
connection string - jdbc:teradata://<host>/database=<db>,CLIENT_CHARSET=ISO8859_1'
charset is not processed the same as "client_charset" - see this reference for all character sets for Teradata.
https://developer.teradata.com/doc/connectivity/jdbc/reference/current/jdbcug_chapter_1.html