<?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  queries in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/impala-queries/m-p/412065#M253232</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81584"&gt;@jAnshula&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/8448"&gt;@Boris G&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/92797"&gt;@Saurabhatiyal&lt;/a&gt;&amp;nbsp;Do you have any insights here? Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 08 Aug 2025 23:18:24 GMT</pubDate>
    <dc:creator>DianaTorres</dc:creator>
    <dc:date>2025-08-08T23:18:24Z</dc:date>
    <item>
      <title>impala  queries</title>
      <link>https://community.cloudera.com/t5/Support-Questions/impala-queries/m-p/412049#M253217</link>
      <description>&lt;P&gt;Dear Cloudera support team ,&lt;/P&gt;&lt;P&gt;I’ve noticed that the Query tab in Impala is not displaying queries run from Hue immediately; they only appear after a delay. Could you please let me know what the issue might be and how it can be resolved?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Modhi&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 07:56:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/impala-queries/m-p/412049#M253217</guid>
      <dc:creator>Malrashed</dc:creator>
      <dc:date>2025-08-06T07:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: impala  queries</title>
      <link>https://community.cloudera.com/t5/Support-Questions/impala-queries/m-p/412065#M253232</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81584"&gt;@jAnshula&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/8448"&gt;@Boris G&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/92797"&gt;@Saurabhatiyal&lt;/a&gt;&amp;nbsp;Do you have any insights here? Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 23:18:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/impala-queries/m-p/412065#M253232</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2025-08-08T23:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: impala  queries</title>
      <link>https://community.cloudera.com/t5/Support-Questions/impala-queries/m-p/412075#M253238</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/128444"&gt;@Malrashed&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We’ll need a few additional details before we can advise further.&lt;BR /&gt;From your description, it sounds like the delay occurs only when submitting queries via Hue — specifically, the query takes a while to appear in the Queries tab — while running the same query through impala-shell works as expected. Could you confirm if that’s correct?&lt;/P&gt;&lt;P&gt;If so, do you recall any recent changes made to the cluster before this issue began?&lt;BR /&gt;If the delay is limited to Hue, we should check whether it’s a Hue-side latency. In the Hue logs (rungunicorn.log), look for the time difference between:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;'ImpalaService.ImpalaHiveServer2Service.Client'&amp;gt;.ExecuteStatement&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;'ImpalaService.ImpalaHiveServer2Service.Client'&amp;gt;.FetchResults&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Make sure you match the same guid in both lines so we’re looking at the request/response for the same session. This will help us determine whether the delay is in Hue or elsewhere in the query path.&lt;/P&gt;&lt;P&gt;If you don’t see any delay in Hue, check the &lt;STRONG&gt;agent&lt;/STRONG&gt; and &lt;STRONG&gt;Service Monitor&lt;/STRONG&gt; logs (cloudera-scm-firehose) to make sure there’s no lag in processing JMX data. Also, verify the CM server logs to make sure there is no GC pauses.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If those logs look clean (no errors or heap issues), try adjusting the polling interval in Cloudera Manager:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;CM &amp;gt; Impala &amp;gt; Configuration &amp;gt; query_monitoring_period_seconds&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 08:41:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/impala-queries/m-p/412075#M253238</guid>
      <dc:creator>Sean464</dc:creator>
      <dc:date>2025-08-11T08:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: impala  queries</title>
      <link>https://community.cloudera.com/t5/Support-Questions/impala-queries/m-p/412378#M253416</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/128444"&gt;@Malrashed&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. How much delay are you observing for queries to appear in CM &amp;gt; Impala &amp;gt; Queries page when queries are executed from Hue?&lt;/P&gt;&lt;P&gt;2. Do you observe the same delay when running queries on Impala-shell?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 12:15:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/impala-queries/m-p/412378#M253416</guid>
      <dc:creator>jagarwal</dc:creator>
      <dc:date>2025-09-17T12:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: impala  queries</title>
      <link>https://community.cloudera.com/t5/Support-Questions/impala-queries/m-p/412456#M253459</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/128444"&gt;@Malrashed&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. If you are still experiencing the issue, can you provide the information @jagarwal has requested? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 19:56:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/impala-queries/m-p/412456#M253459</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2025-09-24T19:56:01Z</dc:date>
    </item>
  </channel>
</rss>

