<?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: Is Impala a proces engine when I use kudu? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-Impala-a-proces-engine-when-I-use-kudu/m-p/64967#M74994</link>
    <description>&lt;P&gt;Kudu has the capability to evaluate simple filters natively, e.g. using&amp;nbsp;the primary index of a table, so Impala will push such filters directly to Kudu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More complex filters (e.g. those involving UDFs) are evaluated by Impala after receiving rows from Kudu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Impala clearly distinguishes the filters evaluated by Kudu and those by Impala in the explain plan.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2018 16:06:43 GMT</pubDate>
    <dc:creator>alex.behm</dc:creator>
    <dc:date>2018-02-27T16:06:43Z</dc:date>
    <item>
      <title>Is Impala a proces engine when I use kudu?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-Impala-a-proces-engine-when-I-use-kudu/m-p/64927#M74990</link>
      <description>&lt;P&gt;I am using Impala+kudu table, I don´t know if Impala is just a interface to see that tables in hue/shell or it works as proces engine when I launch a query (select,update). ¿Is it using Impala when I launch a query? Impala+kudu allows UDF or it just works for Impala (without kudu storage) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:54:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-Impala-a-proces-engine-when-I-use-kudu/m-p/64927#M74990</guid>
      <dc:creator>PedroGaVal</dc:creator>
      <dc:date>2022-09-16T12:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is Impala a proces engine when I use kudu?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-Impala-a-proces-engine-when-I-use-kudu/m-p/64956#M74991</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/22730"&gt;@PedroGaVal&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;In effect, Impala is&amp;nbsp;a &lt;STRONG&gt;query engine&lt;/STRONG&gt;, that you can pass the queries through it to interogate the data stored in HDFS or KUDU files.&lt;BR /&gt;And when you use KUDU you don't need a UDFs! because the Impala/KUDU support the UPDATE/DELETE statements.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 12:29:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-Impala-a-proces-engine-when-I-use-kudu/m-p/64956#M74991</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2018-02-27T12:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is Impala a proces engine when I use kudu?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-Impala-a-proces-engine-when-I-use-kudu/m-p/64960#M74992</link>
      <description>&lt;P&gt;OK, thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/22966"&gt;@AcharkiMed&lt;/a&gt;&amp;nbsp;, I understand that Impala not only show kudu (as external table) but also process the data. If you create a UDF ('validateCard' as Impala function) I guess you can use it, so kudu is just a storage and it does not process nothing. Then if some data is storaged in kudu format it does not use hdfs. I'm right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 13:32:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-Impala-a-proces-engine-when-I-use-kudu/m-p/64960#M74992</guid>
      <dc:creator>PedroGaVal</dc:creator>
      <dc:date>2018-02-27T13:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is Impala a proces engine when I use kudu?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-Impala-a-proces-engine-when-I-use-kudu/m-p/64965#M74993</link>
      <description>&lt;P&gt;You are welcome &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/22730"&gt;@PedroGaVal&lt;/a&gt;&lt;BR /&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;Yes you are absolutely right man.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 15:53:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-Impala-a-proces-engine-when-I-use-kudu/m-p/64965#M74993</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2018-02-27T15:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is Impala a proces engine when I use kudu?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-Impala-a-proces-engine-when-I-use-kudu/m-p/64967#M74994</link>
      <description>&lt;P&gt;Kudu has the capability to evaluate simple filters natively, e.g. using&amp;nbsp;the primary index of a table, so Impala will push such filters directly to Kudu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More complex filters (e.g. those involving UDFs) are evaluated by Impala after receiving rows from Kudu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Impala clearly distinguishes the filters evaluated by Kudu and those by Impala in the explain plan.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 16:06:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-Impala-a-proces-engine-when-I-use-kudu/m-p/64967#M74994</guid>
      <dc:creator>alex.behm</dc:creator>
      <dc:date>2018-02-27T16:06:43Z</dc:date>
    </item>
  </channel>
</rss>

