<?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 Hive ORC or AVRO format with field delimiters in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-ORC-or-AVRO-format-with-field-delimiters/m-p/146617#M28239</link>
    <description>&lt;P&gt;What does it mean for a hive table with ORC or Avro format to have the Field delimiter specified? Does hive ignore even if its specified?&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CREATE TABLE if not exists T (
C1    STRING ,
C2    STRING )
ROW FORMAT DELIMITED
FIELDS TERMINATED BY '\001' 
STORED AS ORC tblproperties ("orc.compress"="SNAPPY")&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 13 May 2016 20:53:14 GMT</pubDate>
    <dc:creator>learninghuman</dc:creator>
    <dc:date>2016-05-13T20:53:14Z</dc:date>
    <item>
      <title>Hive ORC or AVRO format with field delimiters</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-ORC-or-AVRO-format-with-field-delimiters/m-p/146617#M28239</link>
      <description>&lt;P&gt;What does it mean for a hive table with ORC or Avro format to have the Field delimiter specified? Does hive ignore even if its specified?&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CREATE TABLE if not exists T (
C1    STRING ,
C2    STRING )
ROW FORMAT DELIMITED
FIELDS TERMINATED BY '\001' 
STORED AS ORC tblproperties ("orc.compress"="SNAPPY")&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 May 2016 20:53:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-ORC-or-AVRO-format-with-field-delimiters/m-p/146617#M28239</guid>
      <dc:creator>learninghuman</dc:creator>
      <dc:date>2016-05-13T20:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hive ORC or AVRO format with field delimiters</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-ORC-or-AVRO-format-with-field-delimiters/m-p/146618#M28240</link>
      <description>&lt;P&gt;Yes. Once you specific STORED AS ORC, OrcSerde is what is used which ignores those. Your SerDe can decide which of them in create table script can be used.&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2016 02:21:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-ORC-or-AVRO-format-with-field-delimiters/m-p/146618#M28240</guid>
      <dc:creator>ravi1</dc:creator>
      <dc:date>2016-05-14T02:21:18Z</dc:date>
    </item>
  </channel>
</rss>

