hadoop - Hive: CREATE TABLE on unicode csv files -


On the HDINSite cluster, Unicode is trying to create hive tables on CSV files.

  AAHE-HY -CAKLINE @ "External table test, UNDIDE (Anmoric 1 INT, Anmeric 2 INT, EMERIC 3 INT, name string), form of textile location, defined by ROE format Teletated fields Stored in '//$containerName@$storageAccountName.blob.core.windows.net/TestUnicode.csv'; "@   

but the hive Unicode strings are not properly identified, except for all Integer fields are loaded as tap.

Change the encoding of TestUnicode.csv for UTF-8. works for me.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -