<?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: How to handle trademark symbols in hive ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-handle-trademark-symbols-in-hive/m-p/105318#M54453</link>
    <description>&lt;P&gt;I found a solution to export this kind of data to any RDBS in the form of UTF8 or any other character set by giving the specific character set after the database/host name. &lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2017 11:15:22 GMT</pubDate>
    <dc:creator>PentaReddy</dc:creator>
    <dc:date>2017-02-16T11:15:22Z</dc:date>
    <item>
      <title>How to handle trademark symbols in hive ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-handle-trademark-symbols-in-hive/m-p/105315#M54450</link>
      <description>&lt;P&gt;I have requirement to handle file which contains special characters (like trademarks, non-utf and so on..)&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 03:47:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-handle-trademark-symbols-in-hive/m-p/105315#M54450</guid>
      <dc:creator>PentaReddy</dc:creator>
      <dc:date>2017-02-15T03:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle trademark symbols in hive ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-handle-trademark-symbols-in-hive/m-p/105316#M54451</link>
      <description>&lt;P&gt;@Reddy, You need to specify serialization.encoding property along with LazySimpleSerDe while creating table to load non-utf formatted data. &lt;/P&gt;&lt;P&gt;Here is one example:&lt;/P&gt;&lt;PRE&gt;create table table_with_non_utf8_encoding (name STRING)  ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe' WITH SERDEPROPERTIES ('serialization.encoding'='ISO8859_1');

load data local inpath '../encoding-ISO8859_1.txt' overwrite into table table_with_non_utf8_encoding;
&lt;/PRE&gt;&lt;P&gt;More details in this jira: &lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/HIVE-7142" target="_blank"&gt;https://issues.apache.org/jira/browse/HIVE-7142&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 04:56:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-handle-trademark-symbols-in-hive/m-p/105316#M54451</guid>
      <dc:creator>jvaria</dc:creator>
      <dc:date>2017-02-16T04:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle trademark symbols in hive ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-handle-trademark-symbols-in-hive/m-p/105317#M54452</link>
      <description>&lt;P&gt;Yes, It is displaying the special characters with good reading format after adding serilization encoding property, however,while i am  exporting the data to teradata with sqoop statement as using a connection manager i getting as non-readable characters in teradata. Attached is the screen shot(teradat.png). I suspect sqoop is not reconizing the special chracters correctly or do i need to use any specific teradata jar's  while exporting the data ? I have attached the ingested data(&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/12515-after-ingestion-data-into-hadoop.png" target="_blank"&gt;after-ingestion-data-into-hadoop.png)&lt;/A&gt; and the showed the data in hive after adding encoding property(&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/12516-after-adding-encoding-to-hive-table.png" target="_blank"&gt;after-adding-encoding-to-hive-table.png&lt;/A&gt;), where as the same data is not same in Teradata. I would like to see the same type of characters in teradata as-well. Any Help appreciated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12515-after-ingestion-data-into-hadoop.png" style="width: 279px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23588i0916DB82C6C1671D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12515-after-ingestion-data-into-hadoop.png" alt="12515-after-ingestion-data-into-hadoop.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12516-after-adding-encoding-to-hive-table.png" style="width: 105px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23589i27431457668E3607/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12516-after-adding-encoding-to-hive-table.png" alt="12516-after-adding-encoding-to-hive-table.png" /&gt;&lt;/span&gt;)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12517-teradata.png" style="width: 127px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23590i3A458150891F317A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12517-teradata.png" alt="12517-teradata.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 12:00:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-handle-trademark-symbols-in-hive/m-p/105317#M54452</guid>
      <dc:creator>PentaReddy</dc:creator>
      <dc:date>2019-08-19T12:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle trademark symbols in hive ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-handle-trademark-symbols-in-hive/m-p/105318#M54453</link>
      <description>&lt;P&gt;I found a solution to export this kind of data to any RDBS in the form of UTF8 or any other character set by giving the specific character set after the database/host name. &lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 11:15:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-handle-trademark-symbols-in-hive/m-p/105318#M54453</guid>
      <dc:creator>PentaReddy</dc:creator>
      <dc:date>2017-02-16T11:15:22Z</dc:date>
    </item>
  </channel>
</rss>

