Hi Dave, this is determined by CQD HIVE_DEFAULT_CHARSET (hard-wired default is UTF8).
Ming recently introduced a second CQD, HIVE_FILE_CHARSET. That allows to have GBK data in an HDFS file and have the Hive table produce UTF-8 characters (set HIVE_FILE_CHARSET to GBK and HIVE_DEFAULT_CHARSET to UTF8). I would try one of the following: HIVE_DEFAULT_CHARSET HIVE_FILE_CHARSET UTF8 empty ISO88591 empty UTF8 GBK Hans On Thu, Mar 10, 2016 at 9:40 AM, Dave Birdsall <[email protected]> wrote: > Hi, > > > > In Trafodion, when we infer metadata information about Hive columns, what > do we assume about character set? Do we always assume UTF8, for example? > > > > Thanks, > > > > Dave >
