<?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: Impala executors and coordinators in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Impala-executors-and-coordinators/m-p/330049#M230582</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/72966"&gt;@drgenious&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for using Cloudera Community. We hope the response by&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/38961"&gt;@balajip&lt;/a&gt;&amp;nbsp;was helpful for your ask. Additionally, We wish to share a few details:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Your Question points to "How To Make Query Faster". Ideally, Impala would use Parallelism for executing a Query in fragments across Executors. As such, the 1st review should be using Impala Query Profile of the SQL to identify the Time taken at each Phase of SQL Execution. Refer [1] &amp;amp; [2] for few Links around Impala Query Profile.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Once the Phase taking the Most Time is identified, Fine-Tune accordingly. Simply increasing the Impala Executors Daemon or using a Dedicated Coordinator may not be helpful, unless the SQL's Slow Fragment(s) are identified.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly review &amp;amp; let us know if you have any further ask in the Post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Smarak&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1]&amp;nbsp;&lt;A href="https://cloudera.ericlin.me/2018/09/impala-query-profile-explained-part-1/" target="_blank"&gt;https://cloudera.ericlin.me/2018/09/impala-query-profile-explained-part-1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[2]&amp;nbsp;&lt;A href="https://docs.cloudera.com/runtime/7.2.10/impala-reference/topics/impala-profile.html" target="_blank"&gt;https://docs.cloudera.com/runtime/7.2.10/impala-reference/topics/impala-profile.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Nov 2021 17:14:16 GMT</pubDate>
    <dc:creator>smdas</dc:creator>
    <dc:date>2021-11-11T17:14:16Z</dc:date>
    <item>
      <title>Impala executors and coordinators</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-executors-and-coordinators/m-p/329771#M230515</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the difference in impala executors and impala coordinators ?&amp;nbsp; Which one shall I increase in order to run my query faster ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 08:49:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-executors-and-coordinators/m-p/329771#M230515</guid>
      <dc:creator>drgenious</dc:creator>
      <dc:date>2021-11-08T08:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Impala executors and coordinators</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-executors-and-coordinators/m-p/329803#M230519</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/72966"&gt;@drgenious&lt;/a&gt;&amp;nbsp;From where you connect with impala-shell that will act as impala coordinator other impala damonens are executors.&lt;BR /&gt;If you configured a dedicated coordinator that daemon won't&amp;nbsp;execute any fragments.&lt;BR /&gt;For more information about dedicated coordinator please refer to the below doc.&lt;BR /&gt;&lt;A href="https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/impala_dedicated_coordinator.html" target="_blank"&gt;https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/impala_dedicated_coordinator.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 16:25:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-executors-and-coordinators/m-p/329803#M230519</guid>
      <dc:creator>balajip</dc:creator>
      <dc:date>2021-11-08T16:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Impala executors and coordinators</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-executors-and-coordinators/m-p/330049#M230582</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/72966"&gt;@drgenious&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for using Cloudera Community. We hope the response by&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/38961"&gt;@balajip&lt;/a&gt;&amp;nbsp;was helpful for your ask. Additionally, We wish to share a few details:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Your Question points to "How To Make Query Faster". Ideally, Impala would use Parallelism for executing a Query in fragments across Executors. As such, the 1st review should be using Impala Query Profile of the SQL to identify the Time taken at each Phase of SQL Execution. Refer [1] &amp;amp; [2] for few Links around Impala Query Profile.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Once the Phase taking the Most Time is identified, Fine-Tune accordingly. Simply increasing the Impala Executors Daemon or using a Dedicated Coordinator may not be helpful, unless the SQL's Slow Fragment(s) are identified.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly review &amp;amp; let us know if you have any further ask in the Post.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Smarak&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[1]&amp;nbsp;&lt;A href="https://cloudera.ericlin.me/2018/09/impala-query-profile-explained-part-1/" target="_blank"&gt;https://cloudera.ericlin.me/2018/09/impala-query-profile-explained-part-1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[2]&amp;nbsp;&lt;A href="https://docs.cloudera.com/runtime/7.2.10/impala-reference/topics/impala-profile.html" target="_blank"&gt;https://docs.cloudera.com/runtime/7.2.10/impala-reference/topics/impala-profile.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Nov 2021 17:14:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-executors-and-coordinators/m-p/330049#M230582</guid>
      <dc:creator>smdas</dc:creator>
      <dc:date>2021-11-11T17:14:16Z</dc:date>
    </item>
  </channel>
</rss>

