<?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: Orc Table Creation without column details in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Orc-Table-Creation-without-column-details/m-p/99888#M12957</link>
    <description>&lt;P&gt;ORC doesn't support that at this time.  You can use the ORC file dump utility to find the schema (hive --service orcfiledump _filename_) and then use that when you create the table.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Dec 2015 01:55:37 GMT</pubDate>
    <dc:creator>gates</dc:creator>
    <dc:date>2015-12-18T01:55:37Z</dc:date>
    <item>
      <title>Orc Table Creation without column details</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Orc-Table-Creation-without-column-details/m-p/99887#M12956</link>
      <description>&lt;P&gt;I am trying to create an external orc table, i am not  aware of columns list, I am trying to create a orc table with Serde and gave the orc file location. &lt;/P&gt;&lt;P&gt;I am a new beginner and trying to create a ORC table. Hear is the table below,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; create external table orcsample1 row format serde 'org.apache.hadoop.hive.ql.io.orc.OrcSerde' stored as inputformat 'org.apache.hadoop.hive.ql.io.orc.OrcInputFormat' outputformat 'org.apache.hadoop.hive.ql.io.orc.OrcOutPutFormat'  location'file:///test/Files/orcfiles/hvac.orc' TBLPROPERTIES("orc.compress"="SNAPPY");&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 18:43:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Orc-Table-Creation-without-column-details/m-p/99887#M12956</guid>
      <dc:creator>navyahmarinee</dc:creator>
      <dc:date>2015-12-17T18:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Orc Table Creation without column details</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Orc-Table-Creation-without-column-details/m-p/99888#M12957</link>
      <description>&lt;P&gt;ORC doesn't support that at this time.  You can use the ORC file dump utility to find the schema (hive --service orcfiledump _filename_) and then use that when you create the table.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 01:55:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Orc-Table-Creation-without-column-details/m-p/99888#M12957</guid>
      <dc:creator>gates</dc:creator>
      <dc:date>2015-12-18T01:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Orc Table Creation without column details</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Orc-Table-Creation-without-column-details/m-p/99889#M12958</link>
      <description>&lt;P&gt;Actually, it is Hive that doesn't support it. ORC files are self-describing, so if you read the file programmatically, the reader provides the schema. Unfortunately, Hive's serdes are asked for the schema without being given the file path.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Dec 2015 02:19:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Orc-Table-Creation-without-column-details/m-p/99889#M12958</guid>
      <dc:creator>owen1</dc:creator>
      <dc:date>2015-12-19T02:19:25Z</dc:date>
    </item>
  </channel>
</rss>

