<?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 External Tables in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HIVE-External-Tables/m-p/235592#M197405</link>
    <description>&lt;P&gt;Here is the HDFS folder structure - /FLIGHT/2019/03/01/XYZ.tsv, /FLIGHT/2019/03/02/XYZ.tsv, /FLIGHT/2019/03/03/XYZ.tsv etc. While declaring HIVE external table LOCATION can we use something like /FLIGHT/{*&lt;EM&gt;}/{*&lt;/EM&gt;}/{*}XYZ.tsv.&lt;/P&gt;&lt;P&gt;Basically, we just have to read all files that match that specific pattern. Thanks for your feedback.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2019 04:48:56 GMT</pubDate>
    <dc:creator>rajuravindra</dc:creator>
    <dc:date>2019-03-14T04:48:56Z</dc:date>
    <item>
      <title>HIVE External Tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HIVE-External-Tables/m-p/235592#M197405</link>
      <description>&lt;P&gt;Here is the HDFS folder structure - /FLIGHT/2019/03/01/XYZ.tsv, /FLIGHT/2019/03/02/XYZ.tsv, /FLIGHT/2019/03/03/XYZ.tsv etc. While declaring HIVE external table LOCATION can we use something like /FLIGHT/{*&lt;EM&gt;}/{*&lt;/EM&gt;}/{*}XYZ.tsv.&lt;/P&gt;&lt;P&gt;Basically, we just have to read all files that match that specific pattern. Thanks for your feedback.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 04:48:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HIVE-External-Tables/m-p/235592#M197405</guid>
      <dc:creator>rajuravindra</dc:creator>
      <dc:date>2019-03-14T04:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: HIVE External Tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HIVE-External-Tables/m-p/235593#M197406</link>
      <description>&lt;P&gt;You just need to align your LOCATION clause of EXTERNALS TABLE's DDL to point to your /FLIGHT folder.  Hive will crawl all the subfolders.  &lt;/P&gt;&lt;P&gt;You might also consider using PARTITION BY and instead of having folders for year, month a day.  This let's you do things like WHERE my_partition_col &amp;gt; '19991115' AND my_partition_col &amp;lt; '20010215' which would be much tougher if you partition by specific year, month, and day values.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 21:55:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HIVE-External-Tables/m-p/235593#M197406</guid>
      <dc:creator>LesterMartin</dc:creator>
      <dc:date>2019-03-18T21:55:16Z</dc:date>
    </item>
  </channel>
</rss>

