Skip to content

Instantly share code, notes, and snippets.

@andiechu
Created October 21, 2014 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andiechu/6691ad99e86705151190 to your computer and use it in GitHub Desktop.
Save andiechu/6691ad99e86705151190 to your computer and use it in GitHub Desktop.
Hive的show create table中文乱码
hive> show create table table_test;
OK
CREATE TABLE `table_test`(
`fid` bigint COMMENT '��(q(UID)',
`fname` string COMMENT '
�',
`fcompanyid` bigint COMMENT 'l�
`fsn` string COMMENT '�K�:SN/IMEI',
(...etc.)
Time taken: 0.321 seconds, Fetched: 45 row(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment