Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

How to Read Impala Memory Summary

avatar
Explorer

Hi all,

 

I have generated a query and the summary of Memory as below.

Need your help to elaborate and how to read the summary.

Thank you.

 

Query(9c4786bd80e8ed20:1caa788500000000): Limit=3.00 GB Reservation=0 ReservationLimit=2.40 GB OtherMemory=0 Total=0 Peak=520.47 MB
1 ACCEPTED SOLUTION

avatar
Master Collaborator

Hi,

 

After you run the query you need to look at the query profile to analyse the complete memory.

look for “Per node peak memory usage” in the profile to understand how much memory each host or impala daemon used to run this query.

 

For above snippet from your side it looks like this query has the 3gb max limit to run the query, this can be set at session level or in impala admission control pool. If you provide the complete query profile i think we can get more details.

Regards,

Chethan YM

 

View solution in original post

1 REPLY 1

avatar
Master Collaborator

Hi,

 

After you run the query you need to look at the query profile to analyse the complete memory.

look for “Per node peak memory usage” in the profile to understand how much memory each host or impala daemon used to run this query.

 

For above snippet from your side it looks like this query has the 3gb max limit to run the query, this can be set at session level or in impala admission control pool. If you provide the complete query profile i think we can get more details.

Regards,

Chethan YM