<?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: How can I check the Impala Query Execution Time? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-can-I-check-the-Impala-Query-Execution-Time/m-p/91688#M12303</link>
    <description>&lt;P&gt;On that Cloudera Manager page, you can click 'Select Attributes' and check the box by 'Duration'.&lt;BR /&gt;Now any queries that are displayed will show the query duration in milliseconds.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2019 00:33:27 GMT</pubDate>
    <dc:creator>Andrew_Sherman</dc:creator>
    <dc:date>2019-06-18T00:33:27Z</dc:date>
    <item>
      <title>How can I check the Impala Query Execution Time?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-can-I-check-the-Impala-Query-Execution-Time/m-p/91611#M12302</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;My system administrator wants to check the Impala Query's execution time.&lt;/P&gt;&lt;P&gt;I can check the each fragment's total time in&lt;/P&gt;&lt;P&gt;[Cloudera Manager &amp;gt; Impala &amp;gt; Query &amp;gt; Query details].&lt;/P&gt;&lt;P&gt;But I can't find the total of query execution time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please anyone tell me where can I check it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 14:26:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-can-I-check-the-Impala-Query-Execution-Time/m-p/91611#M12302</guid>
      <dc:creator>Mogiking</dc:creator>
      <dc:date>2022-09-16T14:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check the Impala Query Execution Time?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-can-I-check-the-Impala-Query-Execution-Time/m-p/91688#M12303</link>
      <description>&lt;P&gt;On that Cloudera Manager page, you can click 'Select Attributes' and check the box by 'Duration'.&lt;BR /&gt;Now any queries that are displayed will show the query duration in milliseconds.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 00:33:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-can-I-check-the-Impala-Query-Execution-Time/m-p/91688#M12303</guid>
      <dc:creator>Andrew_Sherman</dc:creator>
      <dc:date>2019-06-18T00:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check the Impala Query Execution Time?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-can-I-check-the-Impala-Query-Execution-Time/m-p/91693#M12304</link>
      <description>&lt;P&gt;Thanks for reply Andrew,&lt;/P&gt;&lt;P&gt;I found that duration keep increasing while Hue session is opened.&lt;/P&gt;&lt;P&gt;So I guess that 'Duration' is not a exact execution time..&lt;/P&gt;&lt;P&gt;Is it bug?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 05:31:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-can-I-check-the-Impala-Query-Execution-Time/m-p/91693#M12304</guid>
      <dc:creator>Mogiking</dc:creator>
      <dc:date>2019-06-18T05:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check the Impala Query Execution Time?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-can-I-check-the-Impala-Query-Execution-Time/m-p/91796#M12305</link>
      <description>Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/33310"&gt;@Mogiking&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Hue keeps the query handler open so that it can get back to its result during pagination. This is a feature in Hue, not a bug.&lt;BR /&gt;&lt;BR /&gt;You can find that info from impala PROFILE under Query Timeline section, like below:&lt;BR /&gt;&lt;BR /&gt;Query Timeline&lt;BR /&gt;Query submitted: 0ns (0)&lt;BR /&gt;Planning finished: 170ms (170000854)&lt;BR /&gt;Submit for admission: 172ms (172000864)&lt;BR /&gt;Completed admission: 172ms (172000864)&lt;BR /&gt;Ready to start on 2 backends: 172ms (172000864)&lt;BR /&gt;All 2 execution backends (3 fragment instances) started: 176ms (176000884)&lt;BR /&gt;Rows available: 422ms (422002119)&lt;BR /&gt;First row fetched: 501ms (501002515)&lt;BR /&gt;Unregister query: 509ms (509002555)&lt;BR /&gt;&lt;BR /&gt;You can see detailed information on when data is available.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 19 Jun 2019 23:13:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-can-I-check-the-Impala-Query-Execution-Time/m-p/91796#M12305</guid>
      <dc:creator>EricL</dc:creator>
      <dc:date>2019-06-19T23:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check the Impala Query Execution Time?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-can-I-check-the-Impala-Query-Execution-Time/m-p/91799#M12306</link>
      <description>&lt;P&gt;Hi Mogiking,&lt;/P&gt;&lt;P&gt;On the version I was testing (CDH 6.2) the duration looks correct, but the queries do not show up until they are completely closed. I was able to force this from the Impala Daemon Web UI, or by waiting, or by closing hue.&lt;/P&gt;&lt;P&gt;-Andrew&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 23:42:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-can-I-check-the-Impala-Query-Execution-Time/m-p/91799#M12306</guid>
      <dc:creator>Andrew_Sherman</dc:creator>
      <dc:date>2019-06-19T23:42:02Z</dc:date>
    </item>
  </channel>
</rss>

