<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Can't create table with encoding iso-8859-1 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-t-create-table-with-encoding-iso-8859-1/m-p/192111#M65446</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5492/markusbaettig.html" nodeid="5492"&gt;@Markus Baettig&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;This is known issue related to insert into statements with unicode characters and Hive Jiras &lt;A href="https://issues.apache.org/jira/browse/HIVE-11721"&gt;HIVE-11721&lt;/A&gt; and &lt;A href="https://issues.apache.org/jira/browse/HIVE-12207"&gt;HIVE-12207&lt;/A&gt; are reported for the same.&lt;/P&gt;&lt;P&gt;Contact Hortonworks support for HOTFIX or workaround is to create the external table on existing file with unicode characters.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 18:21:37 GMT</pubDate>
    <dc:creator>ssubhas</dc:creator>
    <dc:date>2017-07-25T18:21:37Z</dc:date>
    <item>
      <title>Can't create table with encoding iso-8859-1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-t-create-table-with-encoding-iso-8859-1/m-p/192110#M65445</link>
      <description>&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;I'm struggling to create an Hive table, in which I can store german city names like München.&lt;/P&gt;&lt;P&gt;I create the table in the follwoing way:&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;CREATE external TABLE marketing.town ( lang String, town String) 
        stored AS orc 
        LOCATION'hdfs://xx/xx/xx/xx/xx/marketing/town'
        tblproperties ("orc.compress"="SNAPPY", 'store.charset'='ISO-8859-1', 'retrieve.charset'= 'ISO-8859-1') ;
ALTER TABLE
    marketing.town SET serdeproperties ('serialization.encoding'='ISO-8859-1');&lt;/P&gt;&lt;P&gt;When i now fill the table:&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;insert into marketing.town values ('german', 'München');

insert into marketing.town values ('english', 'Munich');&lt;/P&gt;&lt;P&gt;I get the follwoing output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="19555-25-07-2017-12-57-03.png" style="width: 163px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18331iDD1FFADFC9C26E5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="19555-25-07-2017-12-57-03.png" alt="19555-25-07-2017-12-57-03.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you give me a hint, I'm lost...&lt;/P&gt;&lt;P&gt;Best Markus&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 07:15:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-t-create-table-with-encoding-iso-8859-1/m-p/192110#M65445</guid>
      <dc:creator>markus_baettig</dc:creator>
      <dc:date>2019-08-18T07:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create table with encoding iso-8859-1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-t-create-table-with-encoding-iso-8859-1/m-p/192111#M65446</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5492/markusbaettig.html" nodeid="5492"&gt;@Markus Baettig&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;This is known issue related to insert into statements with unicode characters and Hive Jiras &lt;A href="https://issues.apache.org/jira/browse/HIVE-11721"&gt;HIVE-11721&lt;/A&gt; and &lt;A href="https://issues.apache.org/jira/browse/HIVE-12207"&gt;HIVE-12207&lt;/A&gt; are reported for the same.&lt;/P&gt;&lt;P&gt;Contact Hortonworks support for HOTFIX or workaround is to create the external table on existing file with unicode characters.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 18:21:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-t-create-table-with-encoding-iso-8859-1/m-p/192111#M65446</guid>
      <dc:creator>ssubhas</dc:creator>
      <dc:date>2017-07-25T18:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create table with encoding iso-8859-1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-t-create-table-with-encoding-iso-8859-1/m-p/192112#M65447</link>
      <description>&lt;P&gt;@Sindhu Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 18:47:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-t-create-table-with-encoding-iso-8859-1/m-p/192112#M65447</guid>
      <dc:creator>markus_baettig</dc:creator>
      <dc:date>2017-07-25T18:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create table with encoding iso-8859-1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-t-create-table-with-encoding-iso-8859-1/m-p/192113#M65448</link>
      <description>&lt;P&gt;Any permanent fix on this iso8859 issue&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 10:32:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-t-create-table-with-encoding-iso-8859-1/m-p/192113#M65448</guid>
      <dc:creator>chuarkai</dc:creator>
      <dc:date>2018-05-18T10:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create table with encoding iso-8859-1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-t-create-table-with-encoding-iso-8859-1/m-p/297504#M65449</link>
      <description>&lt;P&gt;do you have any idea about creating hive table in arabic language (hdp 3.1) , is not a valid table name .&lt;/P&gt;&lt;P&gt;there should be a way to let hive metadata accept utf-8 for creating tables ?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2020 10:16:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-t-create-table-with-encoding-iso-8859-1/m-p/297504#M65449</guid>
      <dc:creator>oudaysaada</dc:creator>
      <dc:date>2020-06-06T10:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create table with encoding iso-8859-1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-t-create-table-with-encoding-iso-8859-1/m-p/297552#M65450</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/75287"&gt;@oudaysaada&lt;/a&gt;&amp;nbsp;As this is an older post you would have a better chance of receiving a resolution by &lt;A href="https://community.cloudera.com/t5/forums/postpage/board-id/Questions" target="_self"&gt;starting a new thread&lt;/A&gt;. This will also provide the opportunity to provide details specific to your environment that could aid others in providing a more accurate answer to your question.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 06:36:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-t-create-table-with-encoding-iso-8859-1/m-p/297552#M65450</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2020-06-08T06:36:20Z</dc:date>
    </item>
  </channel>
</rss>

