<?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 How to create impala derived tables in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-impala-derived-tables/m-p/42243#M16226</link>
    <description>&lt;P&gt;I read in a presentation that derived tables will be available in v &amp;gt; 2.4, I am using 2.5 with quick start but it seems that the CREATE DERIVED TABLE keyword is &amp;nbsp;not supported???&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 10:27:20 GMT</pubDate>
    <dc:creator>Khalef</dc:creator>
    <dc:date>2022-09-16T10:27:20Z</dc:date>
    <item>
      <title>How to create impala derived tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-impala-derived-tables/m-p/42243#M16226</link>
      <description>&lt;P&gt;I read in a presentation that derived tables will be available in v &amp;gt; 2.4, I am using 2.5 with quick start but it seems that the CREATE DERIVED TABLE keyword is &amp;nbsp;not supported???&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:27:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-create-impala-derived-tables/m-p/42243#M16226</guid>
      <dc:creator>Khalef</dc:creator>
      <dc:date>2022-09-16T10:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create impala derived tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-impala-derived-tables/m-p/42254#M16227</link>
      <description>&lt;P&gt;That feature has not made it in unfortunately. The documentation at &lt;A href="http://www.cloudera.com/documentation.html" target="_blank"&gt;http://www.cloudera.com/documentation.html&lt;/A&gt; is the source of truth about what features are or are not present.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 20:05:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-create-impala-derived-tables/m-p/42254#M16227</guid>
      <dc:creator>Tim Armstrong</dc:creator>
      <dc:date>2016-06-23T20:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create impala derived tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-impala-derived-tables/m-p/42259#M16228</link>
      <description>&lt;P&gt;Thank you Tim for the quick reply.&lt;/P&gt;&lt;P&gt;When can we expect the feature to be available? this is my best selling point of Cloudera option for the team&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 00:31:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-create-impala-derived-tables/m-p/42259#M16228</guid>
      <dc:creator>Khalef</dc:creator>
      <dc:date>2016-06-24T00:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create impala derived tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-impala-derived-tables/m-p/42263#M16229</link>
      <description>&lt;P&gt;I don't think it's on the immediate roadmap, our focus recently has been on various other things (performance, Amazon EC2 support, etc)&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 01:42:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-create-impala-derived-tables/m-p/42263#M16229</guid>
      <dc:creator>Tim Armstrong</dc:creator>
      <dc:date>2016-06-24T01:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create impala derived tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-impala-derived-tables/m-p/42307#M16230</link>
      <description>&lt;P&gt;Hi Tim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is unfortunate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating external tables with configured locations and that is great, because now the only thing I need to do to push new daily data is to just create the parquet file and alter the table with the new partition details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now the challenge is the aggregated tables that are created as CREATE TABLE FOO AS SELECT..FROM ABC, XYZ,..WHERE...;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These ones I have to recreate them at each time and there is no way to just alter them and make them aware of the new data. The queries are evaluated at creation time!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any other way to create aggregated tables that are updated automatically?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers Khalef.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2016 04:46:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-create-impala-derived-tables/m-p/42307#M16230</guid>
      <dc:creator>Khalef</dc:creator>
      <dc:date>2016-06-25T04:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create impala derived tables</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-create-impala-derived-tables/m-p/42383#M16231</link>
      <description>&lt;P&gt;The only way to do this with zero work&amp;nbsp;would be to use a view.&amp;nbsp;&lt;A href="http://www.cloudera.com/documentation/enterprise/latest/topics/impala_create_view.html&amp;nbsp;" target="_blank"&gt;http://www.cloudera.com/documentation/enterprise/latest/topics/impala_create_view.html&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise you do have to&amp;nbsp;run the queries as part of your data pipeline as you mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 14:53:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-create-impala-derived-tables/m-p/42383#M16231</guid>
      <dc:creator>Tim Armstrong</dc:creator>
      <dc:date>2016-06-28T14:53:34Z</dc:date>
    </item>
  </channel>
</rss>

